Browse Source

dnsapi for regru: remove debug info

AndreyIsakov 5 years ago
parent
commit
d883a870e1
1 changed files with 0 additions and 2 deletions
  1. 0 2
      dnsapi/dns_regru.sh

+ 0 - 2
dnsapi/dns_regru.sh

@@ -41,8 +41,6 @@ dns_regru_add() {
 dns_regru_rm() {
 dns_regru_rm() {
   fulldomain=$1
   fulldomain=$1
   txtvalue=$2
   txtvalue=$2
-  _info 'RM-ONE '"$1"
-  _info 'RM-TWO '"$2"
 
 
   REGRU_API_Username="${REGRU_API_Username:-$(_readaccountconf_mutable REGRU_API_Username)}"
   REGRU_API_Username="${REGRU_API_Username:-$(_readaccountconf_mutable REGRU_API_Username)}"
   REGRU_API_Password="${REGRU_API_Password:-$(_readaccountconf_mutable REGRU_API_Password)}"
   REGRU_API_Password="${REGRU_API_Password:-$(_readaccountconf_mutable REGRU_API_Password)}"