disabled printing shares
authorForrest Voight <forrest@forre.st>
Wed, 3 Aug 2011 02:39:45 +0000 (22:39 -0400)
committerForrest Voight <forrest@forre.st>
Wed, 3 Aug 2011 02:39:45 +0000 (22:39 -0400)
p2pool/main.py

index ab42804..e503411 100644 (file)
@@ -167,8 +167,8 @@ def main(args):
             for peer in p2p_node.peers.itervalues():
                 if peer is ignore_peer:
                     continue
-                if p2pool_init.DEBUG:
-                    print "Sending share %s to %r" % (p2pool.format_hash(share.hash), peer.addr)
+                #if p2pool_init.DEBUG:
+                #    print "Sending share %s to %r" % (p2pool.format_hash(share.hash), peer.addr)
                 peer.send_shares([share])
             share.flag_shared()