mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
removed log message
This commit is contained in:
parent
967ec0f6bb
commit
bf87006bc3
@ -31,7 +31,6 @@ p.processDataRow = function(dataRow) {
|
||||
field = fields[i] || 0
|
||||
var dataType = Query.dataTypes[field.dataTypeID];
|
||||
if(dataType) {
|
||||
console.log('found data type');
|
||||
row[i] = dataType.fromDbValue(row[i]);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user