mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 11:22:38 +01:00
Remove obsolete code
This commit is contained in:
parent
7867c25128
commit
9433b218f7
@ -705,11 +705,6 @@ const readUserAsset = async function(assetKey) {
|
|||||||
bin instanceof Object && typeof bin[assetKey] === 'string'
|
bin instanceof Object && typeof bin[assetKey] === 'string'
|
||||||
? bin[assetKey]
|
? 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 };
|
return { assetKey, content };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user