Skip to content

Commit

Permalink
fix(remove delay for merging)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akaud committed Sep 25, 2024
1 parent 1b6ac7d commit d46347f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/back-end/src/routes/workspace_merge_route.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@ def get_workspace_merge_lovd_gnomad(relative_path):
except OSError as e:
raise RuntimeError(f"Error saving file: {e}")

# TODO: Remove this sleep statement once the merge logic is implemented
time.sleep(1) # Simulate a delay for the merge process

# Emit a feedback to the user's console
socketio_emit_to_user_session(
CONSOLE_FEEDBACK_EVENT,
Expand Down

0 comments on commit d46347f

Please sign in to comment.