Skip to content

Commit dfa47ba

Browse files
committed
[mv3] Remove spurious console message in content script
Related issue: uBlockOrigin/uBOL-home#422
1 parent af6c247 commit dfa47ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

platform/mv3/extension/js/scripting/css-generic.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ const stopAll = reason => {
233233
domMutationObserver.takeRecords();
234234
domMutationObserver = undefined;
235235
genericSelectorMap.clear();
236-
console.info(`uBOL: Generic cosmetic filtering stopped because ${reason}`);
237236
};
238237

239238
/******************************************************************************/

0 commit comments

Comments
 (0)