From: alexhz Date: Mon, 18 Mar 2013 19:05:53 +0000 (+0000) Subject: comment out the debug output X-Git-Url: https://git.novaco.in/?a=commitdiff_plain;h=108523d8f6227535e1aa1152cd5d5319c0a01cf1;hp=59933486e913f8c18de95ef93764ae0b50faeba7;p=p2pool.git comment out the debug output --- diff --git a/p2pool/work.py b/p2pool/work.py index 653bfe6..0b3227e 100644 --- a/p2pool/work.py +++ b/p2pool/work.py @@ -188,9 +188,9 @@ class WorkerBridge(worker_interface.WorkerBridge): tx_map = dict(zip(tx_hashes, self.current_work.value['transactions'])) txn_timestamp = self.current_work.value['txn_timestamp'] - print - print txn_timestamp - print + #print + #print txn_timestamp + #print if self.node.best_share_var.value is None: share_type = p2pool_data.Share