remove comment

This commit is contained in:
meejah 2019-08-20 00:12:02 -06:00
parent 0a5aa61a70
commit 168bf33e1c

View File

@ -62,7 +62,6 @@ class DirectoryNodeHandler(RenderMixin, rend.Page, ReplaceMeMixin):
self.node = node
self.parentnode = parentnode
self.name = name
# is it better to just pass in the 'webish' service / object as well?
self._operations = client.getServiceNamed("webish").getServiceNamed("operations")
def childFactory(self, ctx, name):