1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

Removed dead code

This commit is contained in:
Joona Hoikkala
2015-11-06 12:45:44 +02:00
parent f0c059752f
commit 8fb3956ecd

View File

@@ -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):