Explorar el Código

移除部分敏感debug信息

KincaidYang hace 2 años
padre
commit
af534a73fc
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      dnsapi/dns_tencent.sh

+ 0 - 1
dnsapi/dns_tencent.sh

@@ -183,7 +183,6 @@ tencent_signature_v3() {
 
   credentialScope="$date/$service/tc3_request"
   stringToSign="$algorithm\n$timestamp\n$credentialScope\n$(tencent_sha256 "$canonicalRequest")"
-  _debug "stringToSign: $stringToSign"
 
   secretDate=$(tencent_hmac_sha256 "TC3$secretKey" "$date")
   secretService=$(tencent_hmac_sha256_hexkey "$secretDate" "$service")