Skip to content

Commit 75996b3

Browse files
committed
Remove console.log
1 parent cf8504f commit 75996b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

BrowserImageSlideshow.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@
139139
}
140140

141141
function pause() {
142-
console.log("pause");
143142
if (isSlideshowPaused) return;
144143
clearInterval(slideshowFunc);
145144
isSlideshowPaused = true;

0 commit comments

Comments
 (0)