refactor(browser-extension): drop console statement
This commit is contained in:
parent
e0600b4178
commit
1a21037e79
@ -291,8 +291,6 @@ function match(element, skipMatch) {
|
|||||||
|
|
||||||
const hasAttributes = !!element.getAttributeNames().filter((x) => x !== 'data-nosnippet').length;
|
const hasAttributes = !!element.getAttributeNames().filter((x) => x !== 'data-nosnippet').length;
|
||||||
|
|
||||||
console.log(element);
|
|
||||||
|
|
||||||
if (!hasAttributes && !tagName.includes('-')) {
|
if (!hasAttributes && !tagName.includes('-')) {
|
||||||
forceClean(element);
|
forceClean(element);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user