aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorMichael Kühnel <mail@michael-kuehnel.de>2012-10-19 00:14:46 +0200
committerMichael Kühnel <mail@michael-kuehnel.de>2012-10-19 00:14:46 +0200
commitc39f5fc0b0ba4f32854b5e58c71beda6fb295270 (patch)
tree7dad06fdb32826b9544e097ad7730f52e6045f68 /plugin
parent82bd8e4fb07c789d54aca58198963e977ffbd589 (diff)
downloadfreenode-live-2017-presentation-c39f5fc0b0ba4f32854b5e58c71beda6fb295270.tar
freenode-live-2017-presentation-c39f5fc0b0ba4f32854b5e58c71beda6fb295270.tar.gz
Oops. Delete console output.
Diffstat (limited to 'plugin')
-rw-r--r--plugin/speakernotes/notes.html2
1 files changed, 0 insertions, 2 deletions
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') {