From 5fe2bdbad63a75a487b1f11e4e497f184baa9493 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Fri, 29 Mar 2024 18:22:14 +0800 Subject: [PATCH] remove debug message Its role is redundant at this point --- scripts/filters.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/filters.js b/scripts/filters.js index d9563a3..c8518f2 100644 --- a/scripts/filters.js +++ b/scripts/filters.js @@ -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]), );