Skip to content

Commit

Permalink
removed print statement from gene_tree.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gwct committed Mar 15, 2023
1 parent c574412 commit 45bbca7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grampa_lib/gene_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
def readGeneTree(gene_tree_input):
# Reading gene tree dictionaries.
gene_num, gene_tree = gene_tree_input;
print(gene_tree);

if gene_tree.strip() == '':
gene_tree = ["# Empty line -- Filtering."];
Expand Down

0 comments on commit 45bbca7

Please sign in to comment.