Remove system.out
authoramwaterhouse <Andrew Waterhouse>
Thu, 27 Oct 2005 11:13:58 +0000 (11:13 +0000)
committeramwaterhouse <Andrew Waterhouse>
Thu, 27 Oct 2005 11:13:58 +0000 (11:13 +0000)
src/jalview/io/AlignFile.java

index c41666e..3a05402 100755 (executable)
@@ -188,7 +188,6 @@ public abstract class AlignFile extends FileParse
       {\r
         String a = st.nextToken();\r
         String b = st.nextToken();\r
-        System.out.print(a+" "+b+" ");\r
         seq.addDBRef( new DBRefEntry( a, "0", b));\r
       }\r
 \r