mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 21:21:42 +00:00
remove debug output
This commit is contained in:
parent
26b5180bf7
commit
cb4a2cf029
@ -140,12 +140,6 @@ _get_record_id() {
|
|||||||
_debug2 "response" "$response"
|
_debug2 "response" "$response"
|
||||||
|
|
||||||
_record_id="$(echo "$response" | grep -A 4 "$_record_name" | grep "record_id" | cut -f2 -d">" | xargs)"
|
_record_id="$(echo "$response" | grep -A 4 "$_record_name" | grep "record_id" | cut -f2 -d">" | xargs)"
|
||||||
echo "###########################"
|
|
||||||
echo "$_record_name"
|
|
||||||
echo "$_record_id"
|
|
||||||
echo "###########################"
|
|
||||||
echo "$response"
|
|
||||||
echo "###########################"
|
|
||||||
_debug2 _record_id "$_record_id"
|
_debug2 _record_id "$_record_id"
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user