mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Forgot to remove a breakpoint() statement
This commit is contained in:
parent
05e35ff2e0
commit
9b35dbf2be
1 changed files with 0 additions and 1 deletions
|
|
@ -601,7 +601,6 @@ class NginxConfigurator(common.Installer):
|
|||
try:
|
||||
vhost.names.remove("$hostname")
|
||||
vhost.names.add(socket.gethostname())
|
||||
breakpoint()
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue