Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
AlyaGomaa committed Jan 27, 2024
1 parent 5e78118 commit 933fe5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions slips_files/core/database/redis_db/profile_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ def get_timewindow(self, flowtime, profileid):
# Add this TW, of this profile, to the DB
self.add_new_tw(profileid, tw_id, tw_start)
return tw_id

return twid
except Exception as e:
self.print('Error in get_timewindow().', 0, 1)
self.print(traceback.print_exc(), 0, 1)
Expand Down

0 comments on commit 933fe5b

Please sign in to comment.