remove debugger

This commit is contained in:
Erica Portnoy 2018-01-11 14:23:00 -08:00
parent ffe8870b9b
commit cd2188a681

View file

@ -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.