remove if/pass

This commit is contained in:
Erica Portnoy 2018-02-20 14:52:11 -08:00
parent 3dfeb483ee
commit d6af978472

View file

@ -260,10 +260,8 @@ class Client(object):
orderr = self.acme.new_order(csr.data)
authzr = self.auth_handler.handle_authorizations(orderr, best_effort)
if best_effort:
# TODO: check if we passed all authorizations, and if not,
# create a new order and try again, possibly in a loop
pass
# TODO: check if we passed all authorizations, and if not,
# create a new order and try again, possibly in a loop
certr = self.acme.request_issuance(
jose.ComparableX509(