1
0

remove print statement

This commit is contained in:
ThomasV
2018-03-28 10:46:08 +02:00
parent 5926438847
commit 445ef3c6ac

View File

@@ -631,7 +631,6 @@ class ElectrumWindow(App):
self.receive_screen.clear()
self.update_tabs()
run_hook('load_wallet', wallet, self)
print('load wallet done', self.wallet)
def update_status(self, *dt):
self.num_blocks = self.network.get_local_height()