mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 22:15:48 +01:00
removed unsused require
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
var SocketIO = require('socket.io'),
|
||||
socketioWildcard = require('socketio-wildcard')(),
|
||||
async = require('async'),
|
||||
fs = require('fs'),
|
||||
nconf = require('nconf'),
|
||||
cookieParser = require('cookie-parser')(nconf.get('secret')),
|
||||
winston = require('winston'),
|
||||
|
||||
Reference in New Issue
Block a user