Skip to content

Commit

Permalink
[debug] remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Jun 24, 2011
1 parent 8dffb28 commit b563b67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/slides/server.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ Server.prototype.subscribe = function() {
console.error(e); console.error(e);
return; return;
} }
console.log(that.io.of('/slideshow/' + slideshow));
that.io.of('/slideshow/' + slideshow).emit(message.action, message.data); that.io.of('/slideshow/' + slideshow).emit(message.action, message.data);
}); });
}; };
Expand Down

0 comments on commit b563b67

Please sign in to comment.