diff --git a/check_curl.sh b/check_curl.sh index f631001..7cc40ac 100755 --- a/check_curl.sh +++ b/check_curl.sh @@ -117,7 +117,6 @@ fi # Prepare curl command CURL_CMD="curl -w %{http_code};%{time_total} -o /dev/null -s $HTTP_METHOD $FOLLOW_REDIRECTS $INSECURE $HEADERS $RESOLVE $TIMEOUT $AUTHENTICATION $URL" -echo $CURL_CMD # Print curl command if requested if [ "$PRINT_CURL" = "yes" ]; then