JAL-1819 commented out debugging message to stderr
[jalview.git] / 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 = ",";