From d77baf9ac8d9f415d14bf5478110c2181ab864e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=B4=E7=8C=AB?= Date: Sat, 15 Mar 2025 17:34:13 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=87=8D=E5=A4=8D=E8=8E=B7=E5=8F=96logg?= =?UTF-8?q?er?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gui/reasoning_gui.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/reasoning_gui.py b/src/gui/reasoning_gui.py index 9ae58d38b..483e00759 100644 --- a/src/gui/reasoning_gui.py +++ b/src/gui/reasoning_gui.py @@ -31,8 +31,6 @@ else: logger.error("未找到环境配置文件") sys.exit(1) -logger = get_module_logger("gui") - class ReasoningGUI: def __init__(self): # 记录启动时间戳,转换为Unix时间戳