diff --git a/src/allmydata/web/directory.py b/src/allmydata/web/directory.py index be9d80abf..b429b06ec 100644 --- a/src/allmydata/web/directory.py +++ b/src/allmydata/web/directory.py @@ -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):