JAL-1191 revert to using SequenceOntologyLite due to downstream
[jalview.git] / src / jalview / io / gff / SequenceOntologyLite.java
index 61b34ad..d46dcbe 100644 (file)
@@ -181,9 +181,11 @@ public class SequenceOntologyLite implements SequenceOntologyI
     {
       if (!termsNotFound.contains(term))
       {
-        System.out.println("SO term " + term
-                + " not known - add to model if needed in "
-                + getClass().getName());
+        // suppress logging here as it reports Uniprot sequence features
+        // (which do not use SO terms) when auto-configuring feature colours
+        // System.out.println("SO term " + term
+        // + " not known - add to model if needed in "
+        // + getClass().getName());
         termsNotFound.add(term);
       }
     }