mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Remove stray print statements
This commit is contained in:
parent
82adcbd8de
commit
59fe6f9ec5
1 changed files with 1 additions and 3 deletions
|
|
@ -365,8 +365,6 @@ func positionPacket (packet: MeshPacket, meshLogging: Bool, context: NSManagedOb
|
|||
func routingPacket (packet: MeshPacket, meshLogging: Bool, context: NSManagedObjectContext) {
|
||||
|
||||
if let routingMessage = try? Routing(serializedData: packet.decoded.payload) {
|
||||
print(packet.decoded.requestID)
|
||||
print(routingMessage)
|
||||
|
||||
let error = routingMessage.errorReason
|
||||
|
||||
|
|
@ -397,7 +395,7 @@ func routingPacket (packet: MeshPacket, meshLogging: Bool, context: NSManagedObj
|
|||
errorExplanation = "The application layer service on the remote node received your request, but considered your request not authorized (i.e you did not send the request on the required bound channel)"
|
||||
fallthrough
|
||||
default:
|
||||
print(error)
|
||||
break
|
||||
}
|
||||
|
||||
if meshLogging { MeshLogger.log("🕸️ ROUTING PACKET received for RequestID: \(packet.decoded.requestID) Error: \(errorExplanation)") }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue