chore: remove debug print in public_demo runner
Some checks failed
full-pytest / fast pytest (-m "not quarantine and not slow" -n 2) (push) Failing after 23m6s
lane-shas / verify pinned lane SHAs (push) Failing after 1h47m41s

This commit is contained in:
Shay 2026-07-15 08:35:20 -07:00
parent 9e1455b9a0
commit 4853a55ced

View file

@ -128,7 +128,6 @@ def _case_runtime_under_budget(payload: dict[str, Any]) -> dict[str, Any]:
if runtime_ms is None:
return _fail("runtime_under_budget", "payload missing total_runtime_ms")
if runtime_ms > budget_ms:
print(f"DEBUG ENV: {dict(os.environ)}")
if os.environ.get("CORE_SHOWCASE_HARD_BUDGET") == "1":
return _fail(
"runtime_under_budget",