From 108523d8f6227535e1aa1152cd5d5319c0a01cf1 Mon Sep 17 00:00:00 2001 From: alexhz Date: Mon, 18 Mar 2013 19:05:53 +0000 Subject: [PATCH] comment out the debug output --- p2pool/work.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) 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 -- 1.7.1