From 4f23ce5d054f73dd90482095334b96d710ca16b1 Mon Sep 17 00:00:00 2001 From: Kevin Turcios Date: Thu, 29 Jan 2026 14:40:53 -0500 Subject: [PATCH] we now have observability --- django/aiservice/testgen/testgen.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/django/aiservice/testgen/testgen.py b/django/aiservice/testgen/testgen.py index 235cbfa96..42182cb1d 100644 --- a/django/aiservice/testgen/testgen.py +++ b/django/aiservice/testgen/testgen.py @@ -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)