Remove "TODO: add phone?"

Let's Encrypt has no plans to add phone support.
This commit is contained in:
Jacob Hoffman-Andrews 2017-01-20 15:32:55 -08:00
parent aaa732d8f3
commit e68743cd6b

View file

@ -125,7 +125,6 @@ def register(config, account_storage, tos_cb=None):
key_size=config.rsa_key_size,
backend=default_backend())))
acme = acme_from_config_key(config, key)
# TODO: add phone?
regr = perform_registration(acme, config)
if regr.terms_of_service is not None: