From: hakimel Date: Mon, 21 Jan 2013 18:06:22 +0000 (-0500) Subject: remove debug code X-Git-Tag: 2.2.0~11 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0d66c91e8e30e6905735bdb30b0a4143a3a8f0ec;p=reveal.js.git remove debug code --- diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html index aecef7c..ed2a415 100644 --- a/plugin/notes/notes.html +++ b/plugin/notes/notes.html @@ -105,7 +105,6 @@ // ASEEMK: fix for calling talk may not be at index.html. var iframes = document.querySelectorAll( '.slides iframe' ); [].slice.call(iframes).forEach(function (iframe) { - console.log(window.opener); iframe.src = window.opener ? window.opener.location.href : '/'; });