소스 검색

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