diff --git a/certbot-nginx/certbot_nginx/_internal/configurator.py b/certbot-nginx/certbot_nginx/_internal/configurator.py index 4e5bfda4c..66fbf5c61 100644 --- a/certbot-nginx/certbot_nginx/_internal/configurator.py +++ b/certbot-nginx/certbot_nginx/_internal/configurator.py @@ -601,7 +601,6 @@ class NginxConfigurator(common.Installer): try: vhost.names.remove("$hostname") vhost.names.add(socket.gethostname()) - breakpoint() except KeyError: pass