From: Jim Procter Date: Thu, 23 Jul 2015 10:27:57 +0000 (+0100) Subject: JAL-1819 commented out debugging message to stderr X-Git-Tag: Jalview_2_9~12^2 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=efe59a09e1a7606cb837fd562bdffc44d45b9206 JAL-1819 commented out debugging message to stderr --- 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 = ",";