From 6a691a0999da9f2eaf660d86e8f11e60873fb9ce Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Sun, 28 Oct 2012 18:57:27 -0400
Subject: [PATCH] remove console.log

---
 plugin/notes/notes.html | 1 -
 1 file changed, 1 deletion(-)

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 );
 
-- 
GitLab