Skip to content

Commit

Permalink
removed print stmt
Browse files Browse the repository at this point in the history
  • Loading branch information
TJ202 committed Dec 16, 2024
1 parent 357ba4e commit 00a5c58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/agentc/agentc/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ def get_item(
if item_type == "tool":
return self._get_tools_for(query, name, annotations, snapshot, limit)
elif item_type == "prompt":
print("in prompt")
return self._get_prompt_for(query, name, annotations, snapshot)
elif item_type == "agent":
pass
Expand Down

0 comments on commit 00a5c58

Please sign in to comment.