mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02:00
Forgot to remove a breakpoint() statement
This commit is contained in:
@@ -601,7 +601,6 @@ class NginxConfigurator(common.Installer):
|
||||
try:
|
||||
vhost.names.remove("$hostname")
|
||||
vhost.names.add(socket.gethostname())
|
||||
breakpoint()
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user