فهرست منبع

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");