From 02bc319eef44ac799e8eb86a5fae7f0ca759b74c Mon Sep 17 00:00:00 2001 From: Kent Dong Date: Mon, 10 Jul 2023 20:16:05 +0800 Subject: [PATCH] fix: Remove two debug logs (#424) --- tools/get-higress.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/get-higress.sh b/tools/get-higress.sh index 2b0749a44..034d40f50 100644 --- a/tools/get-higress.sh +++ b/tools/get-higress.sh @@ -149,7 +149,6 @@ REPO_BASE_URL="https://higress.io/standalone" # checkDesiredVersion checks if the desired version is available. checkDesiredVersion() { - echo "VERSION" if [ -z "$VERSION" ]; then local version_url="${REPO_BASE_URL}/VERSION" if [ "${HAS_CURL}" == "true" ]; then @@ -158,7 +157,6 @@ checkDesiredVersion() { VERSION=$(wget $version_url -O - 2>/dev/null) fi fi - echo $VERSION } # download downloads the latest package