Skip to content

Commit 8872480

Browse files
committed
removed debug
1 parent 5b3c501 commit 8872480

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/query.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ p.submit = function(connection) {
107107
for(var i = 0; i < msg.fields.length; i++) {
108108
var rawValue = msg.fields[i];
109109
row[names[i]] = rawValue === null ? null : converters[i](rawValue);
110-
console.log(names[i] + ': ' + JSON.stringify(row[names[i]]));
111110
}
112111
self.emit('row', row);
113112

0 commit comments

Comments
 (0)