From e68743cd6bc48fc607810ad37e51e2f8f028cdfe Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Fri, 20 Jan 2017 15:32:55 -0800 Subject: [PATCH] Remove "TODO: add phone?" Let's Encrypt has no plans to add phone support. --- certbot/client.py | 1 - 1 file changed, 1 deletion(-) 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: