Skip to content

Commit

Permalink
Remove unwanted and unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed Apr 7, 2024
1 parent 6c00117 commit 2fcbc3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flapi/__comms.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ def poll_for_message() -> Optional[bytes]:
"""
ctx = get_context()
if (msg := ctx.res_port.receive(block=False)) is not None:
print([hex(b) for b in msg.bytes()])
# If there was a message, do pre-handling of message
# Make sure to remove the start and end bits to simplify processing
msg = handle_received_message(bytes(msg.bytes()[1:-1]))
Expand Down

0 comments on commit 2fcbc3b

Please sign in to comment.