From e2697030ec0873ff0eef3081efec203b2897c946 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Sat, 6 Sep 2014 01:10:46 -0400 Subject: [PATCH] removed reuqire --- src/database/mongo/hash.js | 2 -- 1 file changed, 2 deletions(-) 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;