mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-05 07:35:02 -04:00
Cleanup
This commit is contained in:
parent
efdcec5670
commit
afd5b40694
1 changed files with 0 additions and 5 deletions
|
@ -373,11 +373,6 @@ class ConversationsDisplay():
|
||||||
node_hash = RNS.Destination.hash_from_name_and_identity("nomadnetwork.node", pn_ident)
|
node_hash = RNS.Destination.hash_from_name_and_identity("nomadnetwork.node", pn_ident)
|
||||||
pn_entry = self.app.directory.find(node_hash)
|
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(
|
dialog = DialogLineBox(
|
||||||
urwid.Pile([
|
urwid.Pile([
|
||||||
urwid.Text(""+g["node"]+" "+str(pn_entry.display_name), align="center"),
|
urwid.Text(""+g["node"]+" "+str(pn_entry.display_name), align="center"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue