Browse Source

fix https://github.com/acmesh-official/acme.sh/issues/5208

neil 11 months ago
parent
commit
a4e7806d21
1 changed files with 0 additions and 1 deletions
  1. 0 1
      acme.sh

+ 0 - 1
acme.sh

@@ -2193,7 +2193,6 @@ _send_signed_request() {
         _debug2 _headers "$_headers"
         _CACHED_NONCE="$(echo "$_headers" | grep -i "Replay-Nonce:" | _head_n 1 | tr -d "\r\n " | cut -d ':' -f 2)"
       fi
-      _debug2 _CACHED_NONCE "$_CACHED_NONCE"
       if [ "$?" != "0" ]; then
         _err "Cannot connect to $nonceurl to get nonce."
         return 1