remove debug message

Its role is redundant at this point
This commit is contained in:
buzz-lightsnack-2007 2024-03-29 18:22:14 +08:00
parent df3cbae8d9
commit 5fe2bdbad6

View file

@ -67,7 +67,6 @@ export async function update(URL) {
let filter_URL = filters.dequeue();
// Inform the user of download state.
console.log(filter_URL);
console.log(
texts.read(`settings_filters_update_status`, null, [filter_URL]),
);