Skip to content

Commit

Permalink
Format: Commented out stdout debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
ansengarvin committed Mar 10, 2024
1 parent f82206a commit c2aec04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/tmalign.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def tm_align(
try:
bash_cmd(f"mkdir {full_path}")
log.warn(f"Attempting to align now with cmd {cmd}")
stdout = bash_cmd(cmd)
# stdout = bash_cmd(cmd)
# log.warn(stdout)

except Exception as e:
Expand Down

0 comments on commit c2aec04

Please sign in to comment.