Remove comment

This commit is contained in:
Joona Hoikkala 2019-11-19 17:49:09 +02:00
parent 3cd35bb5d5
commit 83a35c29ee
No known key found for this signature in database
GPG key ID: D5AA86BBF9B29A5C

View file

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