Tidying other modules, fixing password and fx

This commit is contained in:
Martin Donnelly 2017-09-11 16:35:53 +01:00
parent 337a6bc199
commit 03818873e7

View File

@ -13,7 +13,7 @@ module.exports = function(events, wsServer) {
logger.debug('>> new WS', wsServer);
wsServer.on('connection', function connection(ws) {
logger.debig('>> WS:', ws);
logger.debug('>> WS:', ws);
const location = url.parse(ws.upgradeReq.url, true);
logger.info('Creating event for this connection');