Browse Source

rm debug message

283
ThomasV 11 years ago
parent
commit
c2f2ec2a8c
  1. 1
      lib/network.py

1
lib/network.py

@ -258,7 +258,6 @@ class Network(threading.Thread):
def new_blockchain_height(self, blockchain_height, i): def new_blockchain_height(self, blockchain_height, i):
print_error('new_blockchain_height')
if self.is_connected(): if self.is_connected():
h = self.heights.get(self.interface.server) h = self.heights.get(self.interface.server)
if h: if h:

Loading…
Cancel
Save