remove call to console.log

This commit is contained in:
nebula 2025-04-05 22:34:25 +00:00
parent 28f5aacab3
commit 291457427e

View File

@ -69,7 +69,6 @@ function delGalleryHandler (event) {
};
function mouseUpHandler (event) {
console.log("mousedown");
if (event.clientX > window.innerWidth / 2) {
nextImage();
} else {