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

Remove obsolete code

This commit is contained in:
Raymond Hill 2023-06-29 14:49:43 -04:00
parent 7867c25128
commit 9433b218f7
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -705,11 +705,6 @@ const readUserAsset = async function(assetKey) {
bin instanceof Object && typeof bin[assetKey] === 'string'
? bin[assetKey]
: '';
// Remove obsolete entry
// TODO: remove once everybody is well beyond 1.18.6
vAPI.storage.remove('assets/user/filters.txt');
return { assetKey, content };
};