Skip to content

Commit 82e15ba

Browse files
committed
Remove logging of empty result sets.
1 parent 2c765e4 commit 82e15ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/postgres-pure.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -645,8 +645,6 @@ function Prepared(sql, conn /*, use_named */) {
645645
callback(null, eP.results);
646646
}
647647
else {
648-
649-
console.dir(sys.inspect(callback));
650648
callback(null, []);
651649
}
652650
});
@@ -1434,4 +1432,4 @@ function connectionManager (dsn /*, connections=1 */) {
14341432

14351433
}
14361434

1437-
exports.connect = Connection;
1435+
exports.connect = Connection;

0 commit comments

Comments
 (0)