diff --git a/src/main/java/org/phyloref/jphyloref/commands/TestCommand.java b/src/main/java/org/phyloref/jphyloref/commands/TestCommand.java index 3fc8954..59a2bd5 100644 --- a/src/main/java/org/phyloref/jphyloref/commands/TestCommand.java +++ b/src/main/java/org/phyloref/jphyloref/commands/TestCommand.java @@ -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.