Skip to content

Commit 5eafc2c

Browse files
committed
Remove newline handling
1 parent 1936396 commit 5eafc2c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

meshtastic/ble_interface.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ async def log_radio_handler(self, _, b): # pylint: disable=C0116
9393
log_record = mesh_pb2.LogRecord()
9494
try:
9595
log_record.ParseFromString(bytes(b))
96-
log_record.message = log_record.message.replace("\n", "")
9796
except google.protobuf.message.DecodeError:
9897
return
9998

0 commit comments

Comments
 (0)