From b34242049beb265676a2a83beee7f23d6b8b8a25 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 21 Aug 2015 09:13:38 +0100 Subject: [PATCH] Removed debugging --- firefox/index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/firefox/index.js b/firefox/index.js index 019f1fd..9780f07 100644 --- a/firefox/index.js +++ b/firefox/index.js @@ -6,10 +6,6 @@ for (var i = 0; i < sites.length; i++) { pattern = Object.keys(sites[i])[0]; script = sites[i][pattern]; content_scripts = ["./lib/jquery.js", "./image-lookup.js", "./injections/" + script]; - console.log('script ' + script); - console.log('pattern ' + pattern); - console.log('Content Scripts: ' + content_scripts); - pageMod.PageMod({ include: pattern, contentScriptFile: content_scripts