remove console.log
This commit is contained in:
parent
605f7140e3
commit
6a691a0999
|
@ -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 );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue