Removed testing echos and exit

This commit is contained in:
sjau 2016-11-22 14:25:28 +01:00
parent 81bdd9ba7c
commit 060da2efac

View File

@ -161,9 +161,7 @@ _ISPC_rmTxt() {
fi fi
# Delete the record # Delete the record
curData="{\"session_id\":\"${sessionID}\",\"primary_id\":\"${record_id}\"}" curData="{\"session_id\":\"${sessionID}\",\"primary_id\":\"${record_id}\"}"
echo $curData;
curResult="$(_post "${curData}" "${ISPC_Api}?dns_txt_delete")" curResult="$(_post "${curData}" "${ISPC_Api}?dns_txt_delete")"
echo $curResult; exit;
if _contains "${curResult}" '"code":"ok"'; then if _contains "${curResult}" '"code":"ok"'; then
_info "Successfully removed ACME challenge txt record." _info "Successfully removed ACME challenge txt record."
else else