From ea1071b99423766dce01f4c9545a76c173ffb228 Mon Sep 17 00:00:00 2001 From: discomrade Date: Fri, 2 Jul 2021 23:12:36 -0200 Subject: [PATCH] Remove stale debug outputs --- js/image-hover.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/image-hover.js b/js/image-hover.js index 4bc72af6..e639eec3 100644 --- a/js/image-hover.js +++ b/js/image-hover.js @@ -13,7 +13,7 @@ if (window.Options && Options.get_tab('general')) { + ("") + ("") + ("") - + "");console.log("aaa"); + + ""); } $('.image-hover').on('change', function(){ @@ -70,7 +70,7 @@ function initImageHover() { //Pashe, influenced by tux, et al, WTFPL if (!getSetting("imageHover") && !getSetting("catalogImageHover")) {return;} var selectors = []; - console.log("image-hover"); + if (getSetting("imageHover")) {selectors.push("img.post-image", "canvas.post-image");} if (getSetting("catalogImageHover") && isOnCatalog()) { selectors.push(".thread-image");