mirror of
https://github.com/certbot/certbot.git
synced 2026-07-05 07:55:55 -04:00
Removed dead code
This commit is contained in:
parent
f0c059752f
commit
8fb3956ecd
1 changed files with 0 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue