Forgot to remove a breakpoint() statement

This commit is contained in:
OsirisInferi 2020-02-02 22:31:05 +01:00
parent 05e35ff2e0
commit 9b35dbf2be
No known key found for this signature in database
GPG key ID: B688335E5BED4F30

View file

@ -601,7 +601,6 @@ class NginxConfigurator(common.Installer):
try:
vhost.names.remove("$hostname")
vhost.names.add(socket.gethostname())
breakpoint()
except KeyError:
pass