mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
rm debug message
This commit is contained in:
parent
c8cd187bd4
commit
c2f2ec2a8c
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue