Skip to content
Snippets Groups Projects
Verified Commit bd2278fd authored by Thomas Rientjes's avatar Thomas Rientjes
Browse files

Remove debugging statements from code

parent a64d6f3f
No related branches found
No related tags found
No related merge requests found
......@@ -79,8 +79,5 @@ webextensionPort.onMessage.addListener((message) => {
'amountInjected': ++amountInjected
});
}
console.log('*** INCREMENTED');
console.log(amountInjected);
}
});
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