remove print

This commit is contained in:
Cyberes 2024-11-18 18:56:30 -07:00
parent da8c752b61
commit 6dbeb6024e
1 changed files with 0 additions and 1 deletions

View File

@ -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