From 143d3fbce25419c716853410fc2d41ba40cb7307 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Tue, 2 Dec 2025 04:18:19 -0500 Subject: [PATCH] refac --- backend/open_webui/utils/misc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/open_webui/utils/misc.py b/backend/open_webui/utils/misc.py index 2f58ab21d4..5e3f3c4834 100644 --- a/backend/open_webui/utils/misc.py +++ b/backend/open_webui/utils/misc.py @@ -56,7 +56,6 @@ def is_string_allowed( return True allow_list, block_list = get_allow_block_lists(filter_list) - print(string, allow_list, block_list) strings = [string] if isinstance(string, str) else list(string) # If allow list is non-empty, require domain to match one of them