diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html
index c91ca7f7afe7e7546b00948f00fcd094fab4a190..8763056ed812c7fb6274bd01d4b87c79612ccb8c 100644
--- a/plugin/notes/notes.html
+++ b/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 );