remove print
This commit is contained in:
parent
da8c752b61
commit
6dbeb6024e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue