refactor(browser-extension): drop console statements
This commit is contained in:
parent
85c6315bf4
commit
b06277b4d8
@ -56,7 +56,6 @@ const clean = (nodes, skipMatch) => {
|
||||
const targets = nodes.filter((node) => skipMatch || match(node));
|
||||
|
||||
targets.forEach((node) => {
|
||||
console.log(node);
|
||||
node.remove();
|
||||
elementCount += 1;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user