mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Remove print.
This commit is contained in:
parent
924fbdf84e
commit
5cc4778221
1 changed files with 0 additions and 1 deletions
|
|
@ -572,7 +572,6 @@ class ClientV2(ClientBase):
|
|||
time.sleep(1)
|
||||
else:
|
||||
break
|
||||
print latest.to_json()
|
||||
for authz in latest.authorizations:
|
||||
if authz.body.status != messages.STATUS_VALID:
|
||||
for chall in authz.body.challenges:
|
||||
|
|
|
|||
Loading…
Reference in a new issue