Remove null check
authoramwaterhouse <Andrew Waterhouse>
Mon, 15 Aug 2005 14:07:55 +0000 (14:07 +0000)
committeramwaterhouse <Andrew Waterhouse>
Mon, 15 Aug 2005 14:07:55 +0000 (14:07 +0000)
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