From c2f2ec2a8c2eed7a3f848f77e8cb5cb3fa2a6bc8 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sun, 3 Nov 2013 11:06:57 +0100 Subject: [PATCH] rm debug message --- lib/network.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/lib/network.py b/lib/network.py index 3ed5034..dbbd404 100644 --- 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: -- 1.7.1