diff --git a/lib/network.py b/lib/network.py index 3ed5034ee..dbbd4047c 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: