1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-03 09:39:38 +02:00

Remove obsolete comment

This commit is contained in:
Raymond Hill 2023-03-01 12:31:44 -05:00
parent 2b3d0e757a
commit 138e6bc37f
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -942,9 +942,6 @@ self.addEventListener('hiddenSettingsChanged', ( ) => {
/******************************************************************************/
// https://github.com/gorhill/uBlock/issues/3406
// Lower minimum update period to 1 day.
µb.extractFilterListMetadata = function(assetKey, raw) {
const listEntry = this.availableFilterLists[assetKey];
if ( listEntry === undefined ) { return; }