remove debug message
Its role is redundant at this point
This commit is contained in:
parent
df3cbae8d9
commit
5fe2bdbad6
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ export async function update(URL) {
|
||||||
let filter_URL = filters.dequeue();
|
let filter_URL = filters.dequeue();
|
||||||
|
|
||||||
// Inform the user of download state.
|
// Inform the user of download state.
|
||||||
console.log(filter_URL);
|
|
||||||
console.log(
|
console.log(
|
||||||
texts.read(`settings_filters_update_status`, null, [filter_URL]),
|
texts.read(`settings_filters_update_status`, null, [filter_URL]),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue