Browse Source

adding counters handler

dpacaud 12 years ago
parent
commit
1c09e6b84d
1 changed files with 1 additions and 5 deletions
  1. 1 5
      mysql-backend.js

+ 1 - 5
mysql-backend.js

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