From 83a35c29eed6270201bfd683cc4734aa94762a71 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Tue, 19 Nov 2019 17:49:09 +0200 Subject: [PATCH] Remove comment --- certbot-apache/certbot_apache/augeasparser.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/certbot-apache/certbot_apache/augeasparser.py b/certbot-apache/certbot_apache/augeasparser.py index 6a33cd3ab..00047bcb2 100644 --- a/certbot-apache/certbot_apache/augeasparser.py +++ b/certbot-apache/certbot_apache/augeasparser.py @@ -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),