hw plugins: (follow-up) rm some more dead code

follow-up https://github.com/spesmilo/electrum/commit/30623c352907d80dab421cbfb3dabf9c3847ac57
This commit is contained in:
SomberNight
2022-05-11 19:41:25 +02:00
parent 6c50d3b0a3
commit 7f876e46fb
-3
View File
@@ -507,9 +507,6 @@ class ColdcardPlugin(HW_PluginBase):
@runs_in_hwd_thread
def create_client(self, device, handler):
if handler:
self.handler = handler
# We are given a HID device, or at least some details about it.
# Not sure why not we aren't just given a HID library handle, but
# the 'path' is unabiguous, so we'll use that.