Skip to content

Commit 4df17c6

Browse files
author
root
committed
Removed a console.log
1 parent eafcc3c commit 4df17c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

database.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ exports.delete = function(id, callback) {
113113

114114
this.conn.query(strQuery, function(err, rows) {
115115
if (err) throw err;
116-
console.log(rows);
117116
callback(rows);
118117
});
119118
};

0 commit comments

Comments
 (0)