Skip to content
Snippets Groups Projects
Commit 71b663de authored by didierfred's avatar didierfred
Browse files

Remove logs

parent b7ea5bf4
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment