diff --git a/check-health.sh b/check-health.sh index 744b4d16..43b1db67 100755 --- a/check-health.sh +++ b/check-health.sh @@ -65,7 +65,7 @@ if [ $? -eq 0 ]; then request_time4=$(cat "$status_file4" | cut -d ' ' -f 2) rm "$status_file4" - echo "lets check" + # echo "lets check" if [ $curl_code3 -eq 0 ]; then if [[ $http_status_code3 -eq 200 ]]; then response3=$(cat "$response_file3")