Browse Source

remove console.log

embed
Hakim El Hattab 12 years ago
parent
commit
6a691a0999
  1. 1
      plugin/notes/notes.html

1
plugin/notes/notes.html

@ -120,7 +120,6 @@
} }
// Update the note slides // Update the note slides
console.log(currentSlide.contentWindow);
currentSlide.contentWindow.Reveal.slide( data.indexh, data.indexv ); currentSlide.contentWindow.Reveal.slide( data.indexh, data.indexv );
nextSlide.contentWindow.Reveal.slide( data.nextindexh, data.nextindexv ); nextSlide.contentWindow.Reveal.slide( data.nextindexh, data.nextindexv );

Loading…
Cancel
Save