chore: remove debug print in public_demo runner
This commit is contained in:
parent
9e1455b9a0
commit
4853a55ced
1 changed files with 0 additions and 1 deletions
|
|
@ -128,7 +128,6 @@ def _case_runtime_under_budget(payload: dict[str, Any]) -> dict[str, Any]:
|
||||||
if runtime_ms is None:
|
if runtime_ms is None:
|
||||||
return _fail("runtime_under_budget", "payload missing total_runtime_ms")
|
return _fail("runtime_under_budget", "payload missing total_runtime_ms")
|
||||||
if runtime_ms > budget_ms:
|
if runtime_ms > budget_ms:
|
||||||
print(f"DEBUG ENV: {dict(os.environ)}")
|
|
||||||
if os.environ.get("CORE_SHOWCASE_HARD_BUDGET") == "1":
|
if os.environ.get("CORE_SHOWCASE_HARD_BUDGET") == "1":
|
||||||
return _fail(
|
return _fail(
|
||||||
"runtime_under_budget",
|
"runtime_under_budget",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue