From 8443575865a54082b91859a6f242cc83f5366af1 Mon Sep 17 00:00:00 2001 From: Johnnie Birch Date: Thu, 1 Aug 2024 10:53:13 -0700 Subject: [PATCH] Remove printing of sha calculation input --- wasmscore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasmscore.py b/wasmscore.py index 83536ff..a8e3965 100755 --- a/wasmscore.py +++ b/wasmscore.py @@ -915,7 +915,7 @@ def check_version(): stderr=subprocess.STDOUT, ).strip() - print(f"Sha Order:\n{print_order}") + #print(f"Sha Order:\n{print_order}") calculated_build_sha = subprocess.check_output( "find . -type f -name '*.wasm' | sort -d | xargs -I{} sha1sum add_time_metric.diff build.sh requirements.txt Dockerfile wasmscore.py {} | sha1sum | cut -c 1-7 | awk '{print $1}'",