[mv3] Remove spurious console message in content script

Related issue:
https://github.com/uBlockOrigin/uBOL-home/issues/422
This commit is contained in:
Raymond Hill 2025-08-08 11:50:35 -04:00
parent af6c247c0d
commit dfa47baddf
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -233,7 +233,6 @@ const stopAll = reason => {
domMutationObserver.takeRecords();
domMutationObserver = undefined;
genericSelectorMap.clear();
console.info(`uBOL: Generic cosmetic filtering stopped because ${reason}`);
};
/******************************************************************************/