From 060da2eface3d731375cac7e7c8630e369f4769d Mon Sep 17 00:00:00 2001 From: sjau Date: Tue, 22 Nov 2016 14:25:28 +0100 Subject: [PATCH] Removed testing echos and exit --- dnsapi/dns_ispconfig.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/dnsapi/dns_ispconfig.sh b/dnsapi/dns_ispconfig.sh index 08429c42..95c39643 100755 --- a/dnsapi/dns_ispconfig.sh +++ b/dnsapi/dns_ispconfig.sh @@ -161,9 +161,7 @@ _ISPC_rmTxt() { fi # Delete the record curData="{\"session_id\":\"${sessionID}\",\"primary_id\":\"${record_id}\"}" - echo $curData; curResult="$(_post "${curData}" "${ISPC_Api}?dns_txt_delete")" - echo $curResult; exit; if _contains "${curResult}" '"code":"ok"'; then _info "Successfully removed ACME challenge txt record." else