mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Remove json logging
This commit is contained in:
parent
d0e10ef330
commit
d8cb04ddcc
1 changed files with 0 additions and 1 deletions
|
|
@ -766,7 +766,6 @@ class BLEManager: NSObject, CBPeripheralDelegate, MqttClientProxyManagerDelegate
|
|||
case .waypointApp:
|
||||
waypointPacket(packet: decodedInfo.packet, context: context)
|
||||
case .nodeinfoApp:
|
||||
MeshLogger.log("🕸️ MESH PACKET received for Node Info App for PKI LOCK debugging \((try? decodedInfo.packet.jsonString()) ?? "JSON Decode Failure")")
|
||||
if !invalidVersion { upsertNodeInfoPacket(packet: decodedInfo.packet, context: context) }
|
||||
case .routingApp:
|
||||
if !invalidVersion { routingPacket(packet: decodedInfo.packet, connectedNodeNum: self.connectedPeripheral.num, context: context) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue