Skip to content

Commit 16615cd

Browse files
committed
Remove Logging
1 parent bde1eb8 commit 16615cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/screenshots.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const shotsEl = document.getElementById('swiper-shots')
3131
const thumbsEl = document.getElementById('swiper-thumbs')
3232

3333
for (const shot of screenShots) {
34-
console.log('shot', shot)
34+
// console.debug('shot', shot)
3535
const div = document.createElement('div')
3636
div.classList.add('swiper-slide')
3737
const img = document.createElement('img')

0 commit comments

Comments
 (0)