1
0

remove unused variable

This commit is contained in:
SomberNight
2018-03-30 22:31:29 +02:00
parent ffbd0ccecd
commit fb65493963
3 changed files with 0 additions and 8 deletions

View File

@@ -573,7 +573,6 @@ class LedgerPlugin(HW_PluginBase):
def get_client(self, keystore, force_pair=True):
# All client interaction should not be in the main GUI thread
#assert self.main_thread != threading.current_thread()
devmgr = self.device_manager()
handler = keystore.handler
with devmgr.hid_lock: