Skip to content

Commit

Permalink
not needed code
Browse files Browse the repository at this point in the history
  • Loading branch information
burnout87 committed Oct 14, 2024
1 parent 513c4e2 commit 9b47089
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cdci_data_analysis/flask_app/dispatcher_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,6 @@ def free_up_space(app):
dict_analysis_parameters = json.load(analysis_parameters_file)
token = dict_analysis_parameters.get('token', None)
token_expired = False
# if token is not None and token['exp'] < current_time_secs:
# token_expired = True
if token is not None:
try:
tokenHelper.get_decoded_token(token, secret_key)
Expand Down

0 comments on commit 9b47089

Please sign in to comment.