Skip to content

Commit

Permalink
fix: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
nherment committed Dec 10, 2024
1 parent ea16ad2 commit 09118e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion holmes/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ def create_tool_executor(
)

enabled_toolsets = [ts for ts in matching_toolsets if ts.is_enabled()]
print(f"toolsets={str([ts.name for ts in enabled_toolsets])}")
for ts in all_toolsets:
if ts not in matching_toolsets:
console.print(
Expand Down

0 comments on commit 09118e6

Please sign in to comment.