Skip to content

Commit

Permalink
Remove newline handling
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Jul 2, 2024
1 parent 1936396 commit 5eafc2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meshtastic/ble_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ async def log_radio_handler(self, _, b): # pylint: disable=C0116
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

Expand Down

0 comments on commit 5eafc2c

Please sign in to comment.