remove console.log
authorHakim El Hattab <hakim.elhattab@gmail.com>
Sun, 28 Oct 2012 22:57:27 +0000 (18:57 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Sun, 28 Oct 2012 22:57:27 +0000 (18:57 -0400)
plugin/notes/notes.html

index c91ca7f7afe7e7546b00948f00fcd094fab4a190..8763056ed812c7fb6274bd01d4b87c79612ccb8c 100644 (file)
                                                }
 
                                                // Update the note slides
-                                               console.log(currentSlide.contentWindow);
                                                currentSlide.contentWindow.Reveal.slide( data.indexh, data.indexv );
                                                nextSlide.contentWindow.Reveal.slide( data.nextindexh, data.nextindexv );