enasequence / sequencetools

Webin sequence validation API.
Apache License 2.0
10 stars 3 forks source link

Debug output in QualifierCheck.java #155

Open thallinger opened 6 months ago

thallinger commented 6 months ago

There is an annoying debug output in QualifierCheck.java that clutters the screen:

58:   String qualifierName = qualifier.getName();
59:   if (qualifierName.equalsIgnoreCase("old_locus_tag")) {
60:     System.out.println(qualifierName);
61:   }

As it seems to have no real purpose, it would be helpful if it is removed in one of the next releases of the library.