Skip to content
Snippets Groups Projects
Commit 13e7550a authored by Michael Kühnel's avatar Michael Kühnel
Browse files

Delete console output.

parent 296242f8
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment