mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-07 02:26:28 +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
|
ack=None
|
||||||
while True:
|
while True:
|
||||||
ack=self.rqueue.get() # Wait for simulator acknowledgments
|
ack=self.rqueue.get() # Wait for simulator acknowledgments
|
||||||
if ack[0] == "plugin_notify":
|
if ack[0] not in ack_types:
|
||||||
self.plugin_notify(ack[1],ack[2]) # TODO: what is ack_types received before "plugin_notify" ?
|
|
||||||
elif ack[0] not in ack_types:
|
|
||||||
ack_buffer.append(ack)
|
ack_buffer.append(ack)
|
||||||
else:
|
else:
|
||||||
break
|
break
|
||||||
|
|
Loading…
Add table
Reference in a new issue