removed logs

This commit is contained in:
psychobunny
2013-05-09 04:18:59 +00:00
parent 09c9d0ee1f
commit d77ab9048d

View File

@@ -182,7 +182,6 @@ var socket,
app.current_room = null; app.current_room = null;
app.enter_room = function(room) { app.enter_room = function(room) {
console.log(room)
if (app.current_room === room) return; if (app.current_room === room) return;
socket.emit('event:enter_room', { socket.emit('event:enter_room', {