Remove Logout

This commit is contained in:
msys0843 2022-07-29 17:48:31 +09:00 committed by GitHub
parent eb87f74310
commit 9fa10ee8ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,9 +161,6 @@ _mydnsjp_retrieve_domain() {
_root_domain=$(echo "$response" | grep "DNSINFO\[domainname\]" | sed 's/^.*value="\([^"]*\)".*/\1/')
# Logout
response="$(_get "$MYDNSJP_API/?MENU=090")"
_debug _root_domain "$_root_domain"
if [ -z "$_root_domain" ]; then