From 9b35dbf2be7193e189cc3b74596a4045c5feb399 Mon Sep 17 00:00:00 2001 From: OsirisInferi Date: Sun, 2 Feb 2020 22:31:05 +0100 Subject: [PATCH] Forgot to remove a `breakpoint()` statement --- certbot-nginx/certbot_nginx/_internal/configurator.py | 1 - 1 file changed, 1 deletion(-) 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