diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index bb37159..89390e6 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -97,7 +97,6 @@ def onReceive(packet, interface) -> None: interface.sendText(reply,channelIndex=rxChannel) else: print(f"Ignored message on channel {rxChannel} (waiting for channel {targetChannel})") - except Exception as ex: print(f"Warning: Error processing received packet: {ex}.")