projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82bd8e4
)
Oops. Delete console output.
author
Michael Kühnel
<mail@michael-kuehnel.de>
Thu, 18 Oct 2012 22:14:46 +0000
(
00:14
+0200)
committer
Michael Kühnel
<mail@michael-kuehnel.de>
Thu, 18 Oct 2012 22:14:46 +0000
(
00:14
+0200)
plugin/speakernotes/notes.html
patch
|
blob
|
history
diff --git
a/plugin/speakernotes/notes.html
b/plugin/speakernotes/notes.html
index f3b610d1a529e145ff6377404de6ab3be22b2aea..919838604c8b1466036880a22643e8ba19fa2654 100644
(file)
--- 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') {