remove call to console.log
This commit is contained in:
parent
28f5aacab3
commit
291457427e
@ -69,7 +69,6 @@ function delGalleryHandler (event) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
function mouseUpHandler (event) {
|
function mouseUpHandler (event) {
|
||||||
console.log("mousedown");
|
|
||||||
if (event.clientX > window.innerWidth / 2) {
|
if (event.clientX > window.innerWidth / 2) {
|
||||||
nextImage();
|
nextImage();
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user