diff --git a/src/allmydata/client.py b/src/allmydata/client.py index 54a4e9ee2..36f870a64 100644 --- a/src/allmydata/client.py +++ b/src/allmydata/client.py @@ -954,13 +954,6 @@ class _Client(node.Node, pollmixin.PollMixin): # of the Grid Manager (should that go in the config too, # then? How to handle multiple grid-managers?) - furl_file = self.config.get_private_path("storage.furl").encode(get_filesystem_encoding()) - furl = self.tub.registerReference(ss, furlFile=furl_file) - ann = { - "anonymous-storage-FURL": furl, - "permutation-seed-base32": self._init_permutation_seed(ss), - "grid-manager-certificates": grid_manager_certificates, - } for ic in self.introducer_clients: ic.publish("storage", announcement, self._node_private_key)