Skip to content

Commit 0ea071c

Browse files
remove console statement
1 parent 6f2717e commit 0ea071c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/test.integration-all-services.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ describe(MAX_RETRIES, 'integration-all-services', function() {
2929
this.slow(TWO_SECONDS); // this controls when the tests get a colored warning for taking too long
3030

3131
var failIfError = function(done, err) {
32-
if (err) {
33-
console.log(err);
32+
if (err)
3433
return done(err);
35-
} else
34+
else
3635
return done();
3736
};
3837

0 commit comments

Comments
 (0)