Browse Source

Oops. Delete console output.

Michael Kühnel 12 years ago
parent
commit
c39f5fc0b0
1 changed files with 0 additions and 2 deletions
  1. 0 2
      plugin/speakernotes/notes.html

+ 0 - 2
plugin/speakernotes/notes.html

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