From f3569d17aa20c9c621d51fd36fde1b9d2fd8db32 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Thu, 22 Jan 2015 21:45:52 -0500 Subject: [PATCH] more commented code removed from realtime --- realtime/realtime-server.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/realtime/realtime-server.js b/realtime/realtime-server.js index 23ee299e..41f1cc3d 100644 --- a/realtime/realtime-server.js +++ b/realtime/realtime-server.js @@ -4,15 +4,6 @@ function start() { io.on('connection', function (socket) { - // this will ping everyone on a map with updates to the map - /*redis.on('message', function (channel, message) { - console.log(message); - var m = JSON.parse(message); - var room = 'maps-' + m.mapid; - - socket.emit(room, m); - });*/ - // this will ping a new person with awareness of who's already on the map socket.on('updateNewMapperList', function (data) { var existingUser = {