diff --git a/src/cutecoin/core/community.py b/src/cutecoin/core/community.py
index c76e93aeff6374efd6feee3d247e423dec97b1d2..4a314a44ec71695c89c74134b84a6667bf3f087c 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)