Merge branch 'features/sequenceFeatureRefactor' into develop
[jalview.git] / src / jalview / analysis / AlignmentUtils.java
index 4576881..9202c0d 100644 (file)
@@ -453,8 +453,8 @@ public class AlignmentUtils
               || !(aaRes == translated.charAt(0)))
       {
         // debug
-        System.out.println(("Mismatch at " + i + "/" + aaResidue + ": "
-                + codon + "(" + translated + ") != " + aaRes));
+        // System.out.println(("Mismatch at " + i + "/" + aaResidue + ": "
+        // + codon + "(" + translated + ") != " + aaRes));
         return false;
       }
     }