From f98e0d1927dd540d42daa6ea88cf6c300a9b7614 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 15 Jul 2013 08:25:40 +0100 Subject: [PATCH] remove debugging logs from js --- lib/shimmie.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/shimmie.js b/lib/shimmie.js index e52a7700..c3b663e9 100644 --- a/lib/shimmie.js +++ b/lib/shimmie.js @@ -96,9 +96,7 @@ $(document).ready(function() { $(".shm-image-list").each(function(idx, elm) { var query = $(this).data("query"); if(query) { - if(window.console) {console.log("Found list with query: "+query);} $(this).find(".shm-thumb-link").each(function(idx2, elm2) { - if(window.console) {console.log("Appending to url: "+$(this).attr("href"));} $(this).attr("href", $(this).attr("href") + query); }); }