From cd2188a681e2052fbf0e9f60b2ce392d3b802d54 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Thu, 11 Jan 2018 14:23:00 -0800 Subject: [PATCH] remove debugger --- certbot-nginx/certbot_nginx/configurator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/certbot-nginx/certbot_nginx/configurator.py b/certbot-nginx/certbot_nginx/configurator.py index 46d341049..89e67dd04 100644 --- a/certbot-nginx/certbot_nginx/configurator.py +++ b/certbot-nginx/certbot_nginx/configurator.py @@ -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.