mirror of
https://github.com/meshtastic/python.git
synced 2026-09-15 06:52:41 -04:00
remove logging.info used for local debugging
This commit is contained in:
1 parent
d0023df8ca
commit
0d8646189f
1 file changed
-1
@@ -476,7 +476,6 @@ class MeshInterface: # pylint: disable=R0902
|
||||
except ValueError:
|
||||
# only take the last 8 characters of the destinationId and force a ! prefix
|
||||
destinationId = f'!{destinationId[-8:]}'
|
||||
logging.info(f"Formatted destinationId: {destinationId}")
|
||||
|
||||
if getattr(data, "SerializeToString", None):
|
||||
logging.debug(f"Serializing protobuf as data: {stripnl(data)}")
|
||||
|
||||
Reference in new issue
Block a user