From 16ae335649f849fb510ebe671cae3119c75e4a1b Mon Sep 17 00:00:00 2001 From: Rico Hermans Date: Mon, 15 May 2023 17:36:04 +0200 Subject: [PATCH] chore: do not print the contents of `dist/` (#25597) This just adds tens of 1000s of lines to the end of our log every time, for zero benefit. Remove logging the `dist/` contents. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- pack.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pack.sh b/pack.sh index 2a67d6571a25a..c7cdeca316689 100755 --- a/pack.sh +++ b/pack.sh @@ -107,9 +107,3 @@ if find dist/ | grep -F "${marker}"; then echo "This is expected for builds in a development environment but should not happen in CI builds!" exit 1 fi - -# for posterity, print all files in dist -echo "==============================================================================================" -echo " dist contents" -echo "==============================================================================================" -find dist/