diff --git a/lib/query.js b/lib/query.js index 82e4f5bb..224d2df3 100644 --- a/lib/query.js +++ b/lib/query.js @@ -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]); } }