Skip to content

Commit bad6f78

Browse files
authored
Update registry.py
1 parent d20ce0d commit bad6f78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/strands/tools/registry.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ def add_tool(tool: Any) -> None:
101101

102102
# Imported Python module
103103
elif hasattr(tool, "__file__") and inspect.ismodule(tool):
104-
print(tool)
105104
# Extract the tool name from the module name
106105
module_tool_name = tool.__name__.split(".")[-1]
107106

0 commit comments

Comments
 (0)