不要怂,就是干,撸起袖子干!

Commit dbbc9070 by Daniel Schwartz

removing console statement

1 parent a36ae666
Showing with 1 additions and 3 deletions
......@@ -17,9 +17,7 @@ module.exports = (function() {
Query.prototype.run = function(sql) {
var self = this
this.sql = sql;
console.log(sql);
this.sql = sql
var results = [];
var receivedError = false;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!