mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-07-03 08:12:43 +00:00
Removed unrequited commented code
This commit is contained in:
parent
a0eb51e982
commit
657ddf6d9e
@ -59,15 +59,6 @@ dns_digitalocean_add() {
|
|||||||
fi
|
fi
|
||||||
_debug response "$response"
|
_debug response "$response"
|
||||||
|
|
||||||
## check for result and get the ID so we can delete it later
|
|
||||||
#response="$(echo "$response" | tr -d "\n" | sed 's/{/\n&/g')"
|
|
||||||
#do_id="$(echo "$response" | _egrep_o "id\"\s*\:\s*\d+" | _egrep_o "\d+" )"
|
|
||||||
#if [ -z "$do_id" ]; then
|
|
||||||
# _err "error getting ID from response: $response"
|
|
||||||
# return 1;
|
|
||||||
#fi
|
|
||||||
#_debug do_id "$do_id"
|
|
||||||
|
|
||||||
## finished correctly
|
## finished correctly
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user