From: Michael Kühnel Date: Thu, 18 Oct 2012 22:14:46 +0000 (+0200) Subject: Oops. Delete console output. X-Git-Tag: 2.1.0~10^2~1^2~5 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c39f5fc0b0ba4f32854b5e58c71beda6fb295270;p=reveal.js.git Oops. Delete console output. --- diff --git a/plugin/speakernotes/notes.html b/plugin/speakernotes/notes.html index f3b610d..9198386 100644 --- a/plugin/speakernotes/notes.html +++ b/plugin/speakernotes/notes.html @@ -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') {