Remove unnecessary logging
This commit is contained in:
parent
23743993a9
commit
41b4ded78c
|
@ -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, []);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue