From: Michael Kühnel Date: Wed, 24 Oct 2012 12:53:50 +0000 (+0200) Subject: Delete console output. X-Git-Tag: 2.1.0~11^2~3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=13e7550afe26b216de6a9f97b3a55b60a2ee4cde;p=reveal.js.git Delete console output. --- diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html index c69950b..775ccb4 100644 --- a/plugin/notes/notes.html +++ b/plugin/notes/notes.html @@ -109,8 +109,7 @@ window.addEventListener( 'message', function( event ) { var data = JSON.parse( event.data ); - console.log(data); - // No need for updating the notes in case of fragement changes + // No need for updating the notes in case of fragment changes if ( data.notes !== undefined) { if( data.markdown ) { notes.innerHTML = (new Showdown.converter()).makeHtml( data.notes ); diff --git a/plugin/notes/notes.js b/plugin/notes/notes.js index 45d13a4..0573440 100644 --- a/plugin/notes/notes.js +++ b/plugin/notes/notes.js @@ -29,7 +29,6 @@ var RevealNotes = (function() { * set in the events above to define the needed slideDate. */ function post(eventType) { - console.log(eventType); var slideElement = Reveal.getCurrentSlide(), indexh = Reveal.getIndices().h, indexv = Reveal.getIndices().v,