commit c2f2ec2a8c2eed7a3f848f77e8cb5cb3fa2a6bc8
parent c8cd187bd4441a06e80d53f0ddaeed45589f187e
Author: ThomasV <thomasv@gitorious>
Date: Sun, 3 Nov 2013 11:06:57 +0100
rm debug message
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/lib/network.py b/lib/network.py
@@ -258,7 +258,6 @@ class Network(threading.Thread):
def new_blockchain_height(self, blockchain_height, i):
- print_error('new_blockchain_height')
if self.is_connected():
h = self.heights.get(self.interface.server)
if h: