Skip to content

Commit

Permalink
small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaayenson committed Oct 31, 2023
1 parent f7375f8 commit 9f00aca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eql/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -1051,8 +1051,6 @@ def check_timeout(event): # type: (Event) -> None
for join_key, sequence in list(sub_lookup.items()):
if sequence and sequence[0].time < minimum_start:
sub_lookup.pop(join_key)
else:
pass

if node.close:
check_close_event = self.convert(node.close.query)
Expand Down

0 comments on commit 9f00aca

Please sign in to comment.