Skip to content

Commit

Permalink
remove debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
devgenix committed Dec 5, 2023
1 parent 07feec2 commit f693ca8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions agenta-backend/agenta_backend/services/evaluation_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ async def prepare_csvdata_and_create_evaluation_scenario(
user: The owner of the evaluation scenario
app: The app the evaluation is going to belong to
"""

print('payload_inputs', payload_inputs)

for datum in csvdata:
# Check whether the inputs in the test set match the inputs in the variant
Expand Down

0 comments on commit f693ca8

Please sign in to comment.