Skip to content

Commit 963d972

Browse files
refactor: remove debug print statement from load_tools_from_dir function in tools module
1 parent f510673 commit 963d972

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

agent_loop/tools/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ def load_tools_from_dir(directory, is_custom=False):
3535
"is_custom": is_custom,
3636
}
3737

38-
# print file name
39-
print(f"[agent-loop] Loaded tool: {file.name}")
40-
4138
tools.append(tool_info)
4239
return tools
4340

0 commit comments

Comments
 (0)