diff --git a/webextension/background.js b/webextension/background.js index ed82a4a0f4275e4c5632e7826f8b7e6f6868ce4c..ce7f07371646c3de38742b7de699508f9a46b689 100644 --- a/webextension/background.js +++ b/webextension/background.js @@ -79,8 +79,5 @@ webextensionPort.onMessage.addListener((message) => { 'amountInjected': ++amountInjected }); } - - console.log('*** INCREMENTED'); - console.log(amountInjected); } });