remove outdated comment

This commit is contained in:
Brad Warren 2016-03-01 14:49:51 -08:00
parent b15890ceb7
commit d3cc2b187c

View file

@ -182,10 +182,6 @@ class Client(object):
acme = acme_from_config_key(config, self.account.key)
self.acme = acme
# TODO: Check if self.config.enroll_autorenew is None. If
# so, set it based to the default: figure out if dv_auth is
# standalone (then default is False, otherwise default is True)
if dv_auth is not None:
self.auth_handler = auth_handler.AuthHandler(
dv_auth, self.acme, self.account)