Skip to content

Commit

Permalink
Remove useless print
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Mar 28, 2024
1 parent 7c00ca2 commit 249f760
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meteor/treebuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ def execute(self) -> None:
phylogeny_process.execute()
# Analyze tree data
for msp_file in msp_file_list:
print("here WTF:", msp_file)
tree_file = self.meteor.tree_dir / f"{msp_file.stem}.tree"
img_file = self.meteor.tree_dir / f"{msp_file.stem}.{self.format}"
try:
Expand Down

0 comments on commit 249f760

Please sign in to comment.