mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Remove obsolete code
This commit is contained in:
parent
7867c25128
commit
9433b218f7
1 changed files with 0 additions and 5 deletions
|
|
@ -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 };
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue