mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-06-20 17:39:15 +00:00
remove debug code
This commit is contained in:
parent
25ce96227d
commit
c6ed7b17b1
@ -136,11 +136,6 @@ _transip_get_token() {
|
|||||||
_transip_setup() {
|
_transip_setup() {
|
||||||
fulldomain=$1
|
fulldomain=$1
|
||||||
|
|
||||||
# for debug:
|
|
||||||
#_clearaccountconf_mutable TRANSIP_Username
|
|
||||||
#_clearaccountconf_mutable TRANSIP_Key_File
|
|
||||||
#_clearaccountconf_mutable TRANSIP_Key
|
|
||||||
|
|
||||||
# retrieve the transip creds
|
# retrieve the transip creds
|
||||||
TRANSIP_Username="${TRANSIP_Username:-$(_readaccountconf_mutable TRANSIP_Username)}"
|
TRANSIP_Username="${TRANSIP_Username:-$(_readaccountconf_mutable TRANSIP_Username)}"
|
||||||
TRANSIP_Key_File="${TRANSIP_Key_File:-$(_readaccountconf_mutable TRANSIP_Key_File)}"
|
TRANSIP_Key_File="${TRANSIP_Key_File:-$(_readaccountconf_mutable TRANSIP_Key_File)}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user