Remove newline handling

This commit is contained in:
Ben Meadors
2024-07-02 07:30:27 -05:00
parent 19363967f3
commit 5eafc2c866

View File

@@ -93,7 +93,6 @@ class BLEInterface(MeshInterface):
log_record = mesh_pb2.LogRecord()
try:
log_record.ParseFromString(bytes(b))
log_record.message = log_record.message.replace("\n", "")
except google.protobuf.message.DecodeError:
return