remove console.log
This commit is contained in:
parent
605f7140e3
commit
6a691a0999
1 changed files with 0 additions and 1 deletions
|
@ -120,7 +120,6 @@
|
|||
}
|
||||
|
||||
// Update the note slides
|
||||
console.log(currentSlide.contentWindow);
|
||||
currentSlide.contentWindow.Reveal.slide( data.indexh, data.indexv );
|
||||
nextSlide.contentWindow.Reveal.slide( data.nextindexh, data.nextindexv );
|
||||
|
||||
|
|
Loading…
Reference in a new issue