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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user