Skip to content

Commit

Permalink
Remove useless log
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Nov 23, 2024
1 parent c8913b4 commit 9d16343
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions meteor/phylogeny.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ def process_msp_file(
f.write(
self.remove_edge_labels(mycluster.get_newick(with_distances=True))
)
# Perform alignments and UPGMA
logging.info("Align sequences")

return tree_file, tree_file.exists()

Expand Down

0 comments on commit 9d16343

Please sign in to comment.