瀏覽代碼

adding counters handler

dpacaud 12 年之前
父節點
當前提交
1c09e6b84d
共有 1 個文件被更改,包括 1 次插入5 次删除
  1. 1 5
      mysql-backend.js

+ 1 - 5
mysql-backend.js

@@ -94,11 +94,7 @@ StatdMySQLBackend.prototype.executeQuery = function(sqlQuerries) {
       }
     }
   });
-}
-
-
-
-  
+ 
   connection.end(function(err) {
     if(err){
       console.log("There was an error while trying to close DB connection");