Skip to content

Commit

Permalink
remove leftover debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Saary committed Feb 1, 2021
1 parent c01786c commit be4acb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eukcc/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,6 @@ def place(self, fasta, bedfile):
else:
self.placements = {"LCA": "touch", "HCA": "touch"}

print(self.placements)
logging.info("MAG succesfully placed in tree")

def node_placement(self, node):
Expand Down

0 comments on commit be4acb0

Please sign in to comment.