From f272ccc39025c1d01bbf60755a9df81739778fce Mon Sep 17 00:00:00 2001 From: liailing1026 <1815388873@qq.com> Date: Fri, 30 Jan 2026 15:31:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=8E=A7=E5=88=B6=E5=8F=B0=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/AgentCoord/RehearsalEngine_V2/execution_state.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/AgentCoord/RehearsalEngine_V2/execution_state.py b/backend/AgentCoord/RehearsalEngine_V2/execution_state.py index fa71914..52ce2c7 100644 --- a/backend/AgentCoord/RehearsalEngine_V2/execution_state.py +++ b/backend/AgentCoord/RehearsalEngine_V2/execution_state.py @@ -154,7 +154,6 @@ class ExecutionStateManager: # 检查暂停状态 if self._should_pause: # 处于暂停状态,等待恢复 - print("⏸️ [DEBUG] async_check_pause: 检测到暂停,等待恢复...") await asyncio.sleep(0.1) # 短暂睡眠,避免占用CPU # 如果恢复,继续执行