diff --git a/letsencrypt/configuration.py b/letsencrypt/configuration.py index 9fba3047a..6a808a6a9 100644 --- a/letsencrypt/configuration.py +++ b/letsencrypt/configuration.py @@ -44,10 +44,6 @@ class NamespaceConfig(object): def in_progress_dir(self): # pylint: disable=missing-docstring return os.path.join(self.namespace.work_dir, constants.IN_PROGRESS_DIR) - @property - def server_url(self): - return self.namespace.server - @property def server_path(self): """File path based on ``server``."""