aboutsummaryrefslogtreecommitdiff
path: root/plugin/notes/notes.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-10-28 18:57:27 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-10-28 18:57:27 -0400
commit6a691a0999da9f2eaf660d86e8f11e60873fb9ce (patch)
treef5b52039d122374478516b11c0b28f36dfb4b952 /plugin/notes/notes.html
parent605f7140e3406d4decd4182e13059e5666fdac8c (diff)
downloadfreenode-live-2017-presentation-6a691a0999da9f2eaf660d86e8f11e60873fb9ce.tar
freenode-live-2017-presentation-6a691a0999da9f2eaf660d86e8f11e60873fb9ce.tar.gz
remove console.log
Diffstat (limited to 'plugin/notes/notes.html')
-rw-r--r--plugin/notes/notes.html1
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 );