refactor(browser-extension): drop console statement

This commit is contained in:
wanhose 2024-09-08 08:42:48 +02:00
parent e0600b4178
commit 1a21037e79

View File

@ -291,8 +291,6 @@ function match(element, skipMatch) {
const hasAttributes = !!element.getAttributeNames().filter((x) => x !== 'data-nosnippet').length;
console.log(element);
if (!hasAttributes && !tagName.includes('-')) {
forceClean(element);
}