From: Hakim El Hattab Date: Sun, 28 Oct 2012 22:57:27 +0000 (-0400) Subject: remove console.log X-Git-Tag: 2.1.0~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6a691a0999da9f2eaf660d86e8f11e60873fb9ce;p=reveal.js.git remove console.log --- diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html index c91ca7f..8763056 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 );