Skip to content

Commit

Permalink
removing unused 'user' variable
Browse files Browse the repository at this point in the history
  • Loading branch information
adkinsrs committed Aug 9, 2024
1 parent a5d5f44 commit 0661e12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion www/cgi/h5ad_preview_primary_filter.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def main():
analysis_type = form.getvalue('analysis_type')
dataset_id = form.getvalue('dataset_id')
session_id = form.getvalue('session_id')
user = geardb.get_user_from_session_id(session_id)

result = {'success': 1}

Expand Down

0 comments on commit 0661e12

Please sign in to comment.