Oops. Delete console output.

This commit is contained in:
Michael Kühnel 2012-10-19 00:14:46 +02:00
parent 82bd8e4fb0
commit c39f5fc0b0
1 changed files with 0 additions and 2 deletions

View File

@ -110,7 +110,6 @@
socket.on('slidedata', function(data) {
// ignore data from sockets that aren't ours
console.dir(data);
if (data.socketId !== socketId) { return; }
if (data.markdown) {
@ -125,7 +124,6 @@
});
socket.on('fragmentdata', function(data) {
// ignore data from sockets that aren't ours
console.dir(data);
if (data.socketId !== socketId) { return; }
if (data.fragment === 'next') {