From a2d2abf4f53f38a9e0e94971184844059ae8046d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Tue, 23 Aug 2022 15:28:57 +0200 Subject: [PATCH] Update checkLabels.sh Removing these lines again. They don't tell much. --- utils/checkLabels.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/utils/checkLabels.sh b/utils/checkLabels.sh index 0cbccb6..921d49f 100755 --- a/utils/checkLabels.sh +++ b/utils/checkLabels.sh @@ -247,9 +247,6 @@ for fixedArch in i386 arm64; do fi else githubPart="$(echo "$downloadURL" | cut -d "/" -f4-6)" - echo "type: $type" - echo "archiveName: $archiveName" - echo "githubPart: $githubPart" if [[ "$(curl -fsL "$downloadURL" | grep -io "${githubPart}.*\.${expectedExtension}")" != "" ]]; then echo "${GREEN}OK: download extension MATCH on ${expectedExtension}${NC}" else