remove logging.info used for local debugging

This commit is contained in:
Michael Gillett
2025-01-26 12:56:17 -05:00
parent d0023df8ca
commit 0d8646189f

View File

@@ -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)}")