mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
removed debug
This commit is contained in:
parent
5b3c501d74
commit
88724805df
@ -107,7 +107,6 @@ p.submit = function(connection) {
|
||||
for(var i = 0; i < msg.fields.length; i++) {
|
||||
var rawValue = msg.fields[i];
|
||||
row[names[i]] = rawValue === null ? null : converters[i](rawValue);
|
||||
console.log(names[i] + ': ' + JSON.stringify(row[names[i]]));
|
||||
}
|
||||
self.emit('row', row);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user