Skip to content
Snippets Groups Projects
Commit c39f5fc0 authored by Michael Kühnel's avatar Michael Kühnel
Browse files

Oops. Delete console output.

parent 82bd8e4f
No related branches found
No related tags found
No related merge requests found
......@@ -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') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment