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

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() { ...@@ -17,9 +17,7 @@ module.exports = (function() {
Query.prototype.run = function(sql) { Query.prototype.run = function(sql) {
var self = this var self = this
this.sql = sql; this.sql = sql
console.log(sql);
var results = []; var results = [];
var receivedError = false; var receivedError = false;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!