Remove print.

This commit is contained in:
Jacob Hoffman-Andrews 2018-01-05 18:13:19 -08:00
parent 924fbdf84e
commit 5cc4778221

View file

@ -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: