Skip to content

Commit 501037a

Browse files
author
Raymond Feng
committed
Remove console.log
1 parent 0697d87 commit 501037a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/postgresql.initialization.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ describe('postgresql connector errors', function() {
6868
db.executeSQL("SELECT 'asd'+1 ", [], {}, function(err, res) {
6969
if (err) {
7070
errors++;
71-
console.log('got err', errors);
7271
resolve(err);
7372
} else {
7473
reject(res); // this should always error

0 commit comments

Comments
 (0)