From 291457427e37605a0ceea95b7af5e71dd53bff2e Mon Sep 17 00:00:00 2001 From: nebula Date: Sat, 5 Apr 2025 22:34:25 +0000 Subject: [PATCH] remove call to console.log --- js/imgGallery.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/imgGallery.js b/js/imgGallery.js index a17eae3..c9e9db2 100644 --- a/js/imgGallery.js +++ b/js/imgGallery.js @@ -69,7 +69,6 @@ function delGalleryHandler (event) { }; function mouseUpHandler (event) { - console.log("mousedown"); if (event.clientX > window.innerWidth / 2) { nextImage(); } else {