Skip to content
Snippets Groups Projects
Commit 0c6bb6ea authored by Vincent Namy (EDU_GE)'s avatar Vincent Namy (EDU_GE)
Browse files

[Protocole]Remove print

parent a99d78aa
Branches
No related tags found
No related merge requests found
......@@ -189,8 +189,6 @@ def send_msg(msgId:int, payload:List[int], userId:int, dest:int):
acked = False
t0 = running_time()
print("Envoyé : ", msg.msgStr())
print(msg.msgStr())
while not acked and running_time()-t0 < Timeout:
trame = msg_to_trame(msg)
radio.send_bytes(trame)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment