chore(chat): 移除提示词注入中的冗余日志

This commit is contained in:
tt-P607
2025-10-23 20:25:21 +08:00
committed by Windpicker-owo
parent 86ce6beaba
commit 786e4572bc

View File

@@ -208,7 +208,6 @@ class PromptManager:
components_prefix = await prompt_component_manager.execute_components_for(
injection_point=original_prompt.name, params=params_for_injection
)
logger.info(components_prefix)
if components_prefix:
logger.info(f"'{name}'注入插件内容: \n{components_prefix}")
# 创建一个新的临时Prompt实例不进行注册