瀏覽代碼

remove console.log

Hakim El Hattab 11 年之前
父節點
當前提交
6a691a0999
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      plugin/notes/notes.html

+ 0 - 1
plugin/notes/notes.html

@@ -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 );