Skip to content

Commit 48bca6d

Browse files
removed the commented statement for testing against travis-ci
1 parent 7985483 commit 48bca6d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/webpagetest.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -586,11 +586,6 @@ function runTestAndWait(what, options, callback) {
586586
(!data || (data && data.data && data.statusCode !== 200)) &&
587587
!(typeof err === "number" && data === undefined)
588588
) {
589-
// console.log(
590-
// data && data.data && data.data.statusText
591-
// ? data.data.statusText
592-
// : "Testing in progress"
593-
// );
594589
polling = setTimeout(
595590
getTestResults.bind(this, testId, resultsOptions, poll.bind(this)),
596591
options.pollResults

0 commit comments

Comments
 (0)