mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Remove comment
This commit is contained in:
parent
3cd35bb5d5
commit
83a35c29ee
1 changed files with 0 additions and 2 deletions
|
|
@ -134,8 +134,6 @@ class AugeasParserNode(interfaces.ParserNode):
|
|||
name = self._aug_get_name(path)
|
||||
metadata = {"augeasparser": self.parser, "augeaspath": path}
|
||||
|
||||
# Because of the dynamic nature, and the fact that we're not populating
|
||||
# the complete ParserNode tree, we use the search parent as ancestor
|
||||
return AugeasBlockNode(name=name,
|
||||
ancestor=assertions.PASS,
|
||||
filepath=apache_util.get_file_path(path),
|
||||
|
|
|
|||
Loading…
Reference in a new issue