Browse Source

remove console.log

Hakim El Hattab 11 years ago
parent
commit
6a691a0999
1 changed files with 0 additions and 1 deletions
  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 );