Skip to content

Commit 0d86461

Browse files
committed
remove logging.info used for local debugging
1 parent d0023df commit 0d86461

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

meshtastic/mesh_interface.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,6 @@ def sendData(
476476
except ValueError:
477477
# only take the last 8 characters of the destinationId and force a ! prefix
478478
destinationId = f'!{destinationId[-8:]}'
479-
logging.info(f"Formatted destinationId: {destinationId}")
480479

481480
if getattr(data, "SerializeToString", None):
482481
logging.debug(f"Serializing protobuf as data: {stripnl(data)}")

0 commit comments

Comments
 (0)