diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-10-28 18:57:27 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-10-28 18:57:27 -0400 |
commit | 6a691a0999da9f2eaf660d86e8f11e60873fb9ce (patch) | |
tree | f5b52039d122374478516b11c0b28f36dfb4b952 /plugin | |
parent | 605f7140e3406d4decd4182e13059e5666fdac8c (diff) | |
download | fosdem-2018-presentation-6a691a0999da9f2eaf660d86e8f11e60873fb9ce.tar fosdem-2018-presentation-6a691a0999da9f2eaf660d86e8f11e60873fb9ce.tar.gz |
remove console.log
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/notes/notes.html | 1 |
1 files changed, 0 insertions, 1 deletions
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 ); |