irrelevant comment

This commit is contained in:
meejah 2020-01-31 04:46:36 -07:00
parent 9ccbe562d7
commit 355c78f0d4

View File

@ -673,10 +673,6 @@ class DirectoryAsHTML(Element):
children = None
self.dirnode_children_error = text
# XXX there was a big comment here about tail-recursion etc
# .. do we need to yield sometimes in this loop, or ..? (I'm
# not sure the former implementation actually did what the
# comment claimed, though..)
self.dirnode_children = children
defer.returnValue(self.dirnode_children)