From 80b51c45f2ec19c4d405deda3f4f5d71ad1cae70 Mon Sep 17 00:00:00 2001 From: Furina-1013-create <189647097+Furina-1013-create@users.noreply.github.com> Date: Tue, 2 Sep 2025 14:18:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8E=89=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E4=B8=BA=E4=BA=86=E9=80=82=E9=85=8Dui=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E7=84=B6=E5=90=8E=E5=87=BA=E7=8E=B0=E7=9A=84=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E8=BF=87=E4=BA=8E=E5=88=B7=E5=B1=8F=E6=97=A5=E5=BF=97=E7=9A=84?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui_log_adapter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui_log_adapter.py b/ui_log_adapter.py index 0f01049f7..58ae14f80 100644 --- a/ui_log_adapter.py +++ b/ui_log_adapter.py @@ -55,7 +55,7 @@ class UILogHandler(logging.Handler): formatted_msg = f"{emoji_map.get(ui_level, '📝')} {msg}" - print(f"[UI日志适配器] 正在发送日志: {ui_level} - {formatted_msg[:50]}...") + # print(f"[UI日志适配器] 正在发送日志: {ui_level} - {formatted_msg[:50]}...") if ui_level == "info": self.ui_logger.info(formatted_msg)