diff --git a/agenta-backend/agenta_backend/services/evaluation_service.py b/agenta-backend/agenta_backend/services/evaluation_service.py index 50d9d5a2dc..67ad49e8e5 100644 --- a/agenta-backend/agenta_backend/services/evaluation_service.py +++ b/agenta-backend/agenta_backend/services/evaluation_service.py @@ -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