mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
less debug output
This commit is contained in:
parent
1a6c7c8d4e
commit
abe0665d03
1 changed files with 2 additions and 2 deletions
|
|
@ -893,7 +893,7 @@ class MeshService : Service(), Logging {
|
|||
val packet = toMeshPacket(p)
|
||||
p.status = MessageStatus.ENROUTE
|
||||
p.time = System.currentTimeMillis() // update time to the actual time we started sending
|
||||
debug("SENDING TO RADIO: $packet")
|
||||
// debug("SENDING TO RADIO: $packet")
|
||||
sendToRadio(packet)
|
||||
}
|
||||
|
||||
|
|
@ -1161,7 +1161,7 @@ class MeshService : Service(), Logging {
|
|||
try {
|
||||
val proto =
|
||||
MeshProtos.FromRadio.parseFrom(bytes)
|
||||
info("Received from radio service: ${proto.toOneLineString()}")
|
||||
// info("Received from radio service: ${proto.toOneLineString()}")
|
||||
when (proto.variantCase.number) {
|
||||
MeshProtos.FromRadio.PACKET_FIELD_NUMBER -> handleReceivedMeshPacket(
|
||||
proto.packet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue