Skip to content

Commit d32aa49

Browse files
committed
fix: comment out initialization print statement in skills directory setup
1 parent 9f2bfd6 commit d32aa49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/application/flow/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ def mcp_response_generator(chat_model, message_list, mcp_servers, mcp_output_ena
523523
skills_dir = os.path.join(temp_dir, 'skills')
524524
os.makedirs(skills_dir, exist_ok=True)
525525

526-
print(f"Initializing skills in temporary directory: {skills_dir}")
526+
# print(f"Initializing skills in temporary directory: {skills_dir}")
527527

528528
async def _run():
529529
try:

0 commit comments

Comments
 (0)