we now have observability

This commit is contained in:
Kevin Turcios 2026-01-29 14:40:53 -05:00
parent c38d12dbf9
commit 4f23ce5d05

View file

@ -368,10 +368,6 @@ async def generate_regression_tests_from_function(
"validation_error": "No test functions found after postprocessing",
},
)
# Debug logging for 'i' import bug investigation
logging.warning(f"[DEBUG i-import] GENERATED TEST SOURCE:\n{generated_test_source}")
logging.warning(f"[DEBUG i-import] INSTRUMENTED BEHAVIOR TEST:\n{instrumented_behavior_tests}")
logging.warning(f"[DEBUG i-import] INSTRUMENTED PERF TEST:\n{instrumented_perf_tests}")
return generated_test_source, instrumented_behavior_tests, instrumented_perf_tests # noqa: TRY300
except CodeValidationError as e:
total_llm_cost = sum(cost_tracker)