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 {