From efe59a09e1a7606cb837fd562bdffc44d45b9206 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Thu, 23 Jul 2015 11:27:57 +0100 Subject: [PATCH] JAL-1819 commented out debugging message to stderr --- src/jalview/io/AnnotationFile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jalview/io/AnnotationFile.java b/src/jalview/io/AnnotationFile.java index 937826a..7702792 100755 --- a/src/jalview/io/AnnotationFile.java +++ b/src/jalview/io/AnnotationFile.java @@ -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 = ","; -- 1.7.10.2