Remove noisy print.

This commit is contained in:
Jacob Hoffman-Andrews 2017-12-05 15:59:56 -08:00
parent 6a8906509f
commit d9616c44f4

View file

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