From 786237a5c8394754e68fe88b2b4a7da1a4cffb89 Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Mon, 11 Sep 2017 16:39:48 +0100 Subject: [PATCH] Tidying other modules, fixing password and fx --- lib/wshandlerv2.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/wshandlerv2.js b/lib/wshandlerv2.js index 8a4d75e..19ddc5a 100644 --- a/lib/wshandlerv2.js +++ b/lib/wshandlerv2.js @@ -13,8 +13,8 @@ module.exports = function(events, wsServer) { logger.debug('>> new WS', wsServer); wsServer.on('connection', function connection(ws) { - console.log('>> WS:', ws); - const location = url.parse(ws.upgradeReq.url, true); + // console.log('>> WS:', ws); + // const location = url.parse(ws.upgradeReq.url, true); logger.info('Creating event for this connection');