From ac57d4683fed73650bf2ec19838c80b26b4f9a0e Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 17 Oct 2025 17:48:24 -0700 Subject: [PATCH] Update udp.py --- modules/udp.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/udp.py b/modules/udp.py index 05c8e98..f7520f7 100644 --- a/modules/udp.py +++ b/modules/udp.py @@ -51,8 +51,6 @@ def on_recieve(packet: mesh_pb2.MeshPacket, addr=None): channel_status = f"Hash: {packet.channel}" print("channel:", channel_status) - print("packet_id:", packet.packet_id or None) - if packet.HasField("decoded"): port_name = portnums_pb2.PortNum.Name(packet.decoded.portnum) if packet.decoded.portnum else "N/A"