mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 23:48:12 +00:00
Removed excessive logging
This commit is contained in:
parent
3fedf44bf5
commit
da335049d7
@ -52,7 +52,6 @@ class ProtocolV2(object):
|
||||
self.session = None
|
||||
|
||||
def write(self, transport, msg):
|
||||
print(msg)
|
||||
if not self.session:
|
||||
raise RuntimeError('Missing session for v2 protocol')
|
||||
|
||||
@ -96,7 +95,6 @@ class ProtocolV2(object):
|
||||
|
||||
# Parse to protobuf
|
||||
msg = protobuf.load_message(data, mapping.get_class(msg_type))
|
||||
print(msg)
|
||||
return msg
|
||||
|
||||
def parse_first(self, chunk):
|
||||
|
Loading…
Reference in New Issue
Block a user