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