JAL-885; StructureConservation row is displayed at the bottom of the
[jalview.git] / src / jalview / analysis / AAFrequency.java
index 16754a1..31cb7ad 100755 (executable)
@@ -85,7 +85,6 @@ public class AAFrequency
   public static final void calculate(SequenceI[] sequences, int start,
           int end, Hashtable[] result, boolean profile)
   {
-       System.out.println("AAFrequence.calculate");
     Hashtable residueHash;
     int maxCount, nongap, i, j, v, jSize = sequences.length;
     String maxResidue;