Merge branch 'release/2_9_documentation' into develop
[jalview.git] / src / jalview / io / AnnotationFile.java
index 937826a..6cce211 100755 (executable)
@@ -88,8 +88,8 @@ public class AnnotationFile
   }
 
   /**
-   * convenience method for pre-2.8.3 annotation files which have no view,
-   * hidden columns or hidden row keywords.
+   * convenience method for pre-2.9 annotation files which have no view, hidden
+   * columns or hidden row keywords.
    * 
    * @param annotations
    * @param list
@@ -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 = ",";