Remove null check
[jalview.git] / src / jalview / schemes / ResidueColourScheme.java
index 3181cf4..71f12c1 100755 (executable)
@@ -138,8 +138,6 @@ public class ResidueColourScheme implements ColourSchemeI
      */\r
     public boolean aboveThreshold(String s, int j)\r
     {\r
-      if(consensus==null)\r
-        System.out.println("its null");\r
         if ((((Integer) consensus[j].get("maxCount")).intValue() != -1) &&\r
                 consensus[j].contains(s))\r
         {\r