From 7f876e46fb18d0b2dde71fde184ca021eeb24e7e Mon Sep 17 00:00:00 2001 From: SomberNight Date: Wed, 11 May 2022 19:41:25 +0200 Subject: [PATCH] hw plugins: (follow-up) rm some more dead code follow-up https://github.com/spesmilo/electrum/commit/30623c352907d80dab421cbfb3dabf9c3847ac57 --- electrum/plugins/coldcard/coldcard.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/electrum/plugins/coldcard/coldcard.py b/electrum/plugins/coldcard/coldcard.py index 6b2fc7ed0..90fd07c5b 100644 --- a/electrum/plugins/coldcard/coldcard.py +++ b/electrum/plugins/coldcard/coldcard.py @@ -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.