Skip to content

Commit

Permalink
reducing logging
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Mar 2, 2017
1 parent 2c57dc7 commit 1ac7744
Showing 1 changed file with 3 additions and 4 deletions.
Expand Up @@ -82,10 +82,9 @@ public void testCompareProfileFile() throws Exception {
// note: scores may deiverge slightly; this is because
// disjointness axioms are used for to populate negative class
// assertions for individuals at KB creation time
System.out.println("COMPARING: "+i+" -vs- "+j);
System.out.println(pairMatch);
System.out.println(match);
System.out.println("---");
LOG.debug("COMPARING: "+i+" -vs- "+j);
LOG.debug(pairMatch);
LOG.debug(match);
}

}
Expand Down

0 comments on commit 1ac7744

Please sign in to comment.