Remove unnecessary logging

This commit is contained in:
Anatoliy Chakkaev 2012-01-26 13:26:38 +04:00
parent 23743993a9
commit 41b4ded78c
1 changed files with 0 additions and 1 deletions

View File

@ -162,7 +162,6 @@ MySQL.prototype.all = function all(model, filter, callback) {
}
this.query(sql, function (err, data) {
console.log(sql, err, data);
if (err) {
return callback(err, []);
}