From 5e9c1386424053a81af8a26cde881eba6be02cb0 Mon Sep 17 00:00:00 2001
From: Inso <insomniak.fr@gmail.com>
Date: Wed, 14 Jan 2015 19:44:40 +0100
Subject: [PATCH] Removing useless command

---
 src/cutecoin/core/community.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/cutecoin/core/community.py b/src/cutecoin/core/community.py
index c76e93ae..4a314a44 100644
--- a/src/cutecoin/core/community.py
+++ b/src/cutecoin/core/community.py
@@ -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)
 
-- 
GitLab