mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Remove spurious console message in content script
Related issue: https://github.com/uBlockOrigin/uBOL-home/issues/422
This commit is contained in:
parent
af6c247c0d
commit
dfa47baddf
1 changed files with 0 additions and 1 deletions
|
|
@ -233,7 +233,6 @@ const stopAll = reason => {
|
|||
domMutationObserver.takeRecords();
|
||||
domMutationObserver = undefined;
|
||||
genericSelectorMap.clear();
|
||||
console.info(`uBOL: Generic cosmetic filtering stopped because ${reason}`);
|
||||
};
|
||||
|
||||
/******************************************************************************/
|
||||
|
|
|
|||
Loading…
Reference in a new issue