mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
remove debugger
This commit is contained in:
parent
ffe8870b9b
commit
cd2188a681
1 changed files with 0 additions and 1 deletions
|
|
@ -394,7 +394,6 @@ class NginxConfigurator(common.Installer):
|
|||
vhost = self._select_best_name_match(matches)
|
||||
if not vhost:
|
||||
if create_if_no_match:
|
||||
import ipdb; ipdb.set_trace()
|
||||
vhost = self._vhost_from_duplicated_default(target_name)
|
||||
else:
|
||||
# No matches. Raise a misconfiguration error.
|
||||
|
|
|
|||
Loading…
Reference in a new issue