removed debug

This commit is contained in:
Alexander Sulfrian 2011-02-01 02:23:21 +01:00
parent 5b3c501d74
commit 88724805df

View File

@ -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);