Remove unused variables

This commit is contained in:
Mike Barnes 2018-11-12 17:08:09 +11:00
parent db5334cc0c
commit 63c2324480

View File

@ -39,7 +39,6 @@ dns_pointhq_add() {
_err "invalid domain"
return 1
fi
_debug _domain_id "$_domain_id"
_debug _sub_domain "$_sub_domain"
_debug _domain "$_domain"
@ -77,7 +76,6 @@ dns_pointhq_rm() {
_err "invalid domain"
return 1
fi
_debug _domain_id "$_domain_id"
_debug _sub_domain "$_sub_domain"
_debug _domain "$_domain"
@ -111,7 +109,6 @@ dns_pointhq_rm() {
#returns
# _sub_domain=_acme-challenge.www
# _domain=domain.com
# _domain_id=sdjkglgdfewsdfg
_get_root() {
domain=$1
i=2