把logger中的重复输出塞进debug,删掉调试打印语句
This commit is contained in:
@@ -267,7 +267,7 @@ class Conversation:
|
||||
):
|
||||
"""处理规划的行动"""
|
||||
|
||||
logger.info(f"执行行动: {action}, 原因: {reason}")
|
||||
logger.debug(f"执行行动: {action}, 原因: {reason}")
|
||||
|
||||
# 记录action历史 (逻辑不变)
|
||||
current_action_record = {
|
||||
|
||||
Reference in New Issue
Block a user