diff --git a/modules/system.py b/modules/system.py index 963f1ea..7cfcc6d 100644 --- a/modules/system.py +++ b/modules/system.py @@ -671,9 +671,6 @@ def displayNodeTelemetry(nodeID=0, rxNode=0): if airUtilTx > 25: logger.warning(f"System: High Air Utilization {airUtilTx}% on Device: {rxNode}") - - # add packet Rx/Tx info to the response - dataResponse += f" Rx#:{numPacketsRx} Tx#:{numPacketsTx}" # Number of nodes dataResponse += " totalNodes:" + str(numTotalNodes) + " Online:" + str(totalOnlineNodes)