Remove unused preferences retrieval in getPlaceholders function
This commit is contained in:
parent
13cfed9c56
commit
b49875992a
1 changed files with 0 additions and 1 deletions
|
|
@ -197,7 +197,6 @@ export async function getPlaceholders(onlyEnabled = false){
|
||||||
output.sort((a, b) => a.id.localeCompare(b.id));
|
output.sort((a, b) => a.id.localeCompare(b.id));
|
||||||
}
|
}
|
||||||
// console.log('>>>>>>>>>>>> getPlaceholders output: ' + JSON.stringify(output));
|
// console.log('>>>>>>>>>>>> getPlaceholders output: ' + JSON.stringify(output));
|
||||||
let prefs = await browser.storage.local.get({ add_tags: false });
|
|
||||||
return output;
|
return output;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue