Parcourir la source

remove console.log

Hakim El Hattab il y a 11 ans
Parent
commit
6a691a0999
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      plugin/notes/notes.html

+ 0 - 1
plugin/notes/notes.html

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