Redundant logging removal

M1nd3r/thp5
M1nd3r 1 month ago
parent 5f4c9f5666
commit 78bbc3c3dc

@ -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…
Cancel
Save