Skip to content

Commit a83655a

Browse files
committed
Remove console.log statement
1 parent da71ea5 commit a83655a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration/client/error-handling-tests.js

-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ suite.test('non-query error with callback', function(done) {
8484
user:'asldkfjsadlfkj'
8585
});
8686
client.connect(assert.calls(function(error, client) {
87-
console.log('error!', error.stack)
8887
assert(error instanceof Error)
8988
done()
9089
}));

0 commit comments

Comments
 (0)