Skip to content

Commit

Permalink
chore (backend): remove print debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
aybruhm committed Nov 26, 2024
1 parent 36d311f commit f70121c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions agenta-backend/agenta_backend/services/llm_apps_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ def extract_result_from_response(response: dict):
value = {"error": f"Unexpected error: {e}"}
kind = "error"

print("Cost: ", cost)
print("Latency: ", latency)
return value, kind, cost, latency


Expand Down

0 comments on commit f70121c

Please sign in to comment.