Skip to content
Snippets Groups Projects
Commit 5e9c1386 authored by inso's avatar inso
Browse files

Removing useless command

parent de6eb167
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,6 @@ class Community(object):
# we refresh its peers tree
found_peers = self.peering()
for p in found_peers:
logging.debug(p.currency)
if p.pubkey not in [peer.pubkey for peer in peers]:
self.peers.append(p)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment