From 28c57b6635bbdf8a5270f651e2465ee070bcf965 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Mon, 2 Feb 2015 15:56:29 -0500 Subject: [PATCH] removed unused requires --- src/threadTools.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/threadTools.js b/src/threadTools.js index 1a62564434..96d8198291 100644 --- a/src/threadTools.js +++ b/src/threadTools.js @@ -1,17 +1,11 @@ 'use strict'; -var winston = require('winston'), - nconf = require('nconf'), - async = require('async'), +var async = require('async'), db = require('./database'), topics = require('./topics'), categories = require('./categories'), - user = require('./user'), - notifications = require('./notifications'), posts = require('./posts'), - meta = require('./meta'), - events = require('./events'), plugins = require('./plugins'), batch = require('./batch');