mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
Remove console.log statement
This commit is contained in:
parent
da71ea58f6
commit
a83655a396
@ -84,7 +84,6 @@ suite.test('non-query error with callback', function(done) {
|
||||
user:'asldkfjsadlfkj'
|
||||
});
|
||||
client.connect(assert.calls(function(error, client) {
|
||||
console.log('error!', error.stack)
|
||||
assert(error instanceof Error)
|
||||
done()
|
||||
}));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user