We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0023df commit 0d86461Copy full SHA for 0d86461
1 file changed
meshtastic/mesh_interface.py
@@ -476,7 +476,6 @@ def sendData(
476
except ValueError:
477
# only take the last 8 characters of the destinationId and force a ! prefix
478
destinationId = f'!{destinationId[-8:]}'
479
- logging.info(f"Formatted destinationId: {destinationId}")
480
481
if getattr(data, "SerializeToString", None):
482
logging.debug(f"Serializing protobuf as data: {stripnl(data)}")
0 commit comments