make prepare a noop

This commit is contained in:
Brad Warren
2016-04-01 16:45:59 -07:00
parent 1f4daf0874
commit 7070b99699
+1 -2
View File
@@ -64,8 +64,7 @@ to serve all files under specified web root ({0})."""
self.performed = defaultdict(set)
def prepare(self): # pylint: disable=missing-docstring
if self.conf("path"):
_match_webroot_with_domains(self.config)
pass
def perform(self, achalls): # pylint: disable=missing-docstring
self._create_challenge_dirs()