mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 23:48:12 +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'')
|
||||
|
||||
for transport in HidTransport.enumerate():
|
||||
print(path, transport.device['path'])
|
||||
if path is None or transport.device['path'] == path:
|
||||
return transport
|
||||
raise TransportException('HID device not found')
|
||||
|
Loading…
Reference in New Issue
Block a user