From c6ed7b17b12c6ca2f40965504a5d22b4148930ff Mon Sep 17 00:00:00 2001 From: tweemeterjop Date: Sun, 6 Nov 2022 21:55:26 +0100 Subject: [PATCH] remove debug code --- dnsapi/dns_transip.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dnsapi/dns_transip.sh b/dnsapi/dns_transip.sh index 78a0aa3c..b682bca3 100644 --- a/dnsapi/dns_transip.sh +++ b/dnsapi/dns_transip.sh @@ -136,11 +136,6 @@ _transip_get_token() { _transip_setup() { fulldomain=$1 - # for debug: - #_clearaccountconf_mutable TRANSIP_Username - #_clearaccountconf_mutable TRANSIP_Key_File - #_clearaccountconf_mutable TRANSIP_Key - # retrieve the transip creds TRANSIP_Username="${TRANSIP_Username:-$(_readaccountconf_mutable TRANSIP_Username)}" TRANSIP_Key_File="${TRANSIP_Key_File:-$(_readaccountconf_mutable TRANSIP_Key_File)}"