Skip to content
Snippets Groups Projects
Unverified Commit 90d0db28 authored by thoth's avatar thoth
Browse files

fix: remove breakpoint

parent 265be142
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,6 @@ def receive_message(interface, receive_all):
message = s.recv(MessageFrame.len())
message = MessageFrame.from_hex(message)
breakpoint()
if (receive_all
or message.dest == getHwAddr(interface)
or message.dest == '000000000000'):
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment