Delete console output.
authorMichael Kühnel <mail@michael-kuehnel.de>
Wed, 24 Oct 2012 12:53:50 +0000 (14:53 +0200)
committerMichael Kühnel <mail@michael-kuehnel.de>
Wed, 24 Oct 2012 12:53:50 +0000 (14:53 +0200)
plugin/notes/notes.html
plugin/notes/notes.js

index c69950b950be295f2342a0cb173430109edef11c..775ccb4b4cf201e2d80d51f86761436f1afc54e0 100644 (file)
 
                                        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 );
index 45d13a4e48fe7253ca61ffc22b086cbc8a15eb9a..057344023f2a49861fe40bfc80a62bfdefaf6438 100644 (file)
@@ -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,