Skip to content

Commit

Permalink
Comment out System.err output that's very debuggy; see #31.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed Jun 3, 2019
1 parent a2351dc commit 7a2fc2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public int execute(CommandLine cmdLine) throws RuntimeException {
}
}
}
System.err.println("Phyloreference <" + phyloref + "> has nodes: " + nodes);
// System.err.println("Phyloreference <" + phyloref + "> has nodes: " + nodes);

if (nodes.isEmpty()) {
// Phyloref resolved to no nodes at all.
Expand Down

0 comments on commit 7a2fc2d

Please sign in to comment.