mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-17 01:52:02 +00:00
Remove debug print
This commit is contained in:
parent
81db1da68f
commit
9ebe1b5204
@ -103,7 +103,6 @@ class HidTransport(Transport):
|
|||||||
path = path.replace(b'%s:' % cls.PATH_PREFIX.encode(), b'')
|
path = path.replace(b'%s:' % cls.PATH_PREFIX.encode(), b'')
|
||||||
|
|
||||||
for transport in HidTransport.enumerate():
|
for transport in HidTransport.enumerate():
|
||||||
print(path, transport.device['path'])
|
|
||||||
if path is None or transport.device['path'] == path:
|
if path is None or transport.device['path'] == path:
|
||||||
return transport
|
return transport
|
||||||
raise TransportException('HID device not found')
|
raise TransportException('HID device not found')
|
||||||
|
Loading…
Reference in New Issue
Block a user