Skip to content
Snippets Groups Projects
Commit 6a691a09 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

remove console.log

parent 605f7140
No related branches found
No related tags found
No related merge requests found
...@@ -120,7 +120,6 @@ ...@@ -120,7 +120,6 @@
} }
// Update the note slides // Update the note slides
console.log(currentSlide.contentWindow);
currentSlide.contentWindow.Reveal.slide( data.indexh, data.indexv ); currentSlide.contentWindow.Reveal.slide( data.indexh, data.indexv );
nextSlide.contentWindow.Reveal.slide( data.nextindexh, data.nextindexv ); nextSlide.contentWindow.Reveal.slide( data.nextindexh, data.nextindexv );
......
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