JAL-1819 commented out debugging message to stderr bug/JAL-1819_isNaN
authorJim Procter <jprocter@issues.jalview.org>
Thu, 23 Jul 2015 10:27:57 +0000 (11:27 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Thu, 23 Jul 2015 10:27:57 +0000 (11:27 +0100)
src/jalview/io/AnnotationFile.java

index 937826a..7702792 100755 (executable)
@@ -337,7 +337,7 @@ public class AnnotationFile
               }
               else
               {
-                System.err.println("Skipping NaN - not valid value.");
+                // System.err.println("Skipping NaN - not valid value.");
                 text.append(comma + 0f);// row.annotations[j].value);
               }
               comma = ",";