diff --git a/certbot/client.py b/certbot/client.py index b40a169e6..8048f2d01 100644 --- a/certbot/client.py +++ b/certbot/client.py @@ -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: