mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Remove noisy print.
This commit is contained in:
parent
6a8906509f
commit
d9616c44f4
1 changed files with 0 additions and 1 deletions
|
|
@ -339,7 +339,6 @@ class Client(object): # pylint: disable=too-many-instance-attributes
|
|||
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