From 3496c6bfa86ef21da0b7cab4ee2f64e32bd38c9a Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sat, 31 Jul 2021 23:12:44 +0100 Subject: [PATCH] cleanup logging --- dist/remote-builder/cloneNoLFS.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dist/remote-builder/cloneNoLFS.sh b/dist/remote-builder/cloneNoLFS.sh index eff77939..c647a414 100755 --- a/dist/remote-builder/cloneNoLFS.sh +++ b/dist/remote-builder/cloneNoLFS.sh @@ -15,14 +15,6 @@ echo "Checked out $githubSha" ls -l "$testLFSFile" -echo ' ' -echo 'Tree of cloned target repository:' -tree - -echo ' ' -echo 'List all LFS file hashes:' -git lfs ls-files -l | cut -d ' ' -f1 | sort - git lfs ls-files -l | cut -d ' ' -f1 | sort > .lfs-assets-id md5sum .lfs-assets-id > .lfs-assets-id-sum