소스 검색

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