mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-06 01:56:27 +02:00
Remove useless code
This commit is contained in:
parent
0723d0d6db
commit
8252ecb385
1 changed files with 1 additions and 3 deletions
|
@ -200,9 +200,7 @@ class Node:
|
|||
ack=None
|
||||
while True:
|
||||
ack=self.rqueue.get() # Wait for simulator acknowledgments
|
||||
if ack[0] == "plugin_notify":
|
||||
self.plugin_notify(ack[1],ack[2]) # TODO: what is ack_types received before "plugin_notify" ?
|
||||
elif ack[0] not in ack_types:
|
||||
if ack[0] not in ack_types:
|
||||
ack_buffer.append(ack)
|
||||
else:
|
||||
break
|
||||
|
|
Loading…
Add table
Reference in a new issue