mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-10-31 20:39:48 +00:00
Redundant logging removal
This commit is contained in:
parent
08c68b37e7
commit
521107183e
@ -376,10 +376,6 @@ class Channel(Context):
|
||||
if self.connection_context is None:
|
||||
self.connection_context = PairingContext(self)
|
||||
loop.schedule(self.connection_context.handle())
|
||||
|
||||
print("TEST selected methods")
|
||||
for i in self.selected_pairing_methods:
|
||||
print("method:", i)
|
||||
self._decrypt_buffer(message_length)
|
||||
|
||||
message_type = ustruct.unpack(
|
||||
|
@ -112,5 +112,4 @@ def decode_message(
|
||||
else:
|
||||
expected_type = protobuf.type_for_wire(msg_type)
|
||||
x = message_handler.wrap_protobuf_load(buffer, expected_type)
|
||||
print("result decoded", x)
|
||||
return x
|
||||
|
Loading…
Reference in New Issue
Block a user