diff --git a/python/src/trezorlib/client.py b/python/src/trezorlib/client.py index d3a5089557..52c7e53d90 100644 --- a/python/src/trezorlib/client.py +++ b/python/src/trezorlib/client.py @@ -46,9 +46,6 @@ Or visit https://suite.trezor.io/ """.strip() -LOG = logging.getLogger(__name__) - - class ProtocolVersion(IntEnum): UNKNOWN = 0x00 PROTOCOL_V1 = 0x01 # Codec