1
0
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:
slush 2018-02-02 20:18:30 +01:00
parent 81db1da68f
commit 9ebe1b5204

View File

@ -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')