diff --git a/src/database/mongo/hash.js b/src/database/mongo/hash.js index a03d14b463..08daf12322 100644 --- a/src/database/mongo/hash.js +++ b/src/database/mongo/hash.js @@ -1,7 +1,5 @@ "use strict"; -var winston = require('winston'); - module.exports = function(db, module) { var helpers = module.helpers.mongo;