From 1cf3491f7ff8fc03dc1db12452075ad1daaad775 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 22 Feb 2013 15:15:18 -0800 Subject: cocapaint --- public/js/game.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'public/js/game.js') diff --git a/public/js/game.js b/public/js/game.js index 461d96e..3b0a71b 100644 --- a/public/js/game.js +++ b/public/js/game.js @@ -16,14 +16,12 @@ var Events = { receive: { join: function(data){ - console.log("RECEIVE JOIN") for (var i in data.messages) { Chat.add(data.messages[i]); } }, message: function(msg){ -console.log("RECEIVE MESSAGE") Chat.add(msg); } }, @@ -31,7 +29,6 @@ console.log("RECEIVE MESSAGE") send: { message: function(msg) { -console.log("SE D MMESSAGe") socket.emit('event-message', msg); } -- cgit v1.2.3-70-g09d2