From afd5b40694b07fad704ead4fa2f7353c104edab7 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Fri, 8 Oct 2021 12:57:01 +0200 Subject: [PATCH] Cleanup --- nomadnet/ui/textui/Conversations.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nomadnet/ui/textui/Conversations.py b/nomadnet/ui/textui/Conversations.py index d3a7766..b463e9d 100644 --- a/nomadnet/ui/textui/Conversations.py +++ b/nomadnet/ui/textui/Conversations.py @@ -373,11 +373,6 @@ class ConversationsDisplay(): node_hash = RNS.Destination.hash_from_name_and_identity("nomadnetwork.node", pn_ident) pn_entry = self.app.directory.find(node_hash) - # TODO: Remove - RNS.log(str(self.app.get_default_propagation_node())) - RNS.log(RNS.prettyhexrep(self.app.get_default_propagation_node())) - RNS.log(str(pn_entry)) - dialog = DialogLineBox( urwid.Pile([ urwid.Text(""+g["node"]+" "+str(pn_entry.display_name), align="center"),