jihuaqiang 3 weeks ago
parent
commit
3fb9cc3db4
1 changed files with 0 additions and 3 deletions
  1. 0 3
      agent.py

+ 0 - 3
agent.py

@@ -455,10 +455,7 @@ def create_langgraph_workflow():
                         },
                         structure_result
                     )
-
-                    logger.info(f"结构化结果: {structure_result}, 存储结果: {parsing_affected}")
                     logger.info(f"调试信息: affected={affected}, content_id={content_id}, result_status={result_status}")
-                    logger.info(f"--------------------------------")
                     ok = affected is not None and affected > 0 and parsing_affected is not None and parsing_affected > 0
                     if ok:
                         success_count += 1