From 71b663dee3dbdef904b2d388fed0d89bbf1f3d5a Mon Sep 17 00:00:00 2001 From: didierfred <didierfred@gmail.com> Date: Tue, 9 Jan 2018 17:17:37 +0100 Subject: [PATCH] Remove logs --- background.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/background.js b/background.js index 3b2f135..208b9ec 100644 --- a/background.js +++ b/background.js @@ -45,10 +45,10 @@ if (started=="on") // listen for change in configuration or start/stop browser.runtime.onMessage.addListener(notify); + /* * Rewrite the header (add , modify or delete) * -* */ function rewriteHeader(e) { @@ -59,7 +59,6 @@ function rewriteHeader(e) { if (to_modify[0]=="add") { - console.log("add = " + to_modify[1]); var new_header = {"name" :to_modify[1],"value":to_modify[2]}; e.requestHeaders.push(new_header); } -- GitLab