Skip to content

Commit

Permalink
Remove printing of sha calculation input (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlb6740 authored Aug 1, 2024
1 parent 9323094 commit d6e2b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasmscore.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}'",
Expand Down

0 comments on commit d6e2b50

Please sign in to comment.