From 8fb3956ecd2b46c42e18d97b19129f4e31266a89 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Fri, 6 Nov 2015 12:45:44 +0200 Subject: [PATCH] Removed dead code --- letsencrypt-apache/letsencrypt_apache/configurator.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/letsencrypt-apache/letsencrypt_apache/configurator.py b/letsencrypt-apache/letsencrypt_apache/configurator.py index a1227b0bb..9da00b5c3 100644 --- a/letsencrypt-apache/letsencrypt_apache/configurator.py +++ b/letsencrypt-apache/letsencrypt_apache/configurator.py @@ -334,8 +334,6 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator): if len(reasonable_vhosts) == 1: best_candidate = reasonable_vhosts[0] - if best_candidate is not None and best_candidate.modmacro is True: - return None return best_candidate def _without_modmacro(self, vhosts):