Skip to content

Commit b651ca1

Browse files
committed
Remove debug messages
1 parent 9fa6a1c commit b651ca1

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

devops/actions/run-tests/benchmark/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ runs:
125125
# accurately reflect the current compute_runtime version used, as the
126126
# docker images are built nightly.
127127
export COMPUTE_RUNTIME_TAG_CACHE="$(cat ./devops/dependencies.json | jq -r .linux.compute_runtime.github_tag)"
128-
echo $COMPUTE_RUNTIME_TAG_CACHE
129-
130128

131129
taskset -c "$CORES" ./devops/scripts/benchmarks/main.py \
132130
"$(realpath ./llvm_test_workdir)" \

devops/scripts/benchmarks/utils/detect_versions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def get_var(var_name: str) -> str:
8989
# indeed referring to the same version.
9090
if env_cache_patch == l0_ver_patch[: len(env_cache_patch)]:
9191
cls._instance.compute_runtime_ver_cache = env_cache_ver
92-
print(f"MATCH env var {env_cache_ver} with actual {get_var("L0_VER")}")
9392

9493
return cls._instance
9594

0 commit comments

Comments
 (0)