mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-17 03:54:16 +02:00
Oops. Delete console output.
This commit is contained in:
@@ -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') {
|
||||
|
Reference in New Issue
Block a user