X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2FJPredFile.java;h=b2226db7ec67cc0b6e8711f1cc98b32d0d29a0ca;hb=e5127e5f27f02c8f328539eaac68eabfbee1d135;hp=08f7d176333556640fe6267fa9c9d53fdce9e010;hpb=65b94714ece0726653890609ed1136708cf77997;p=jalview.git diff --git a/src/jalview/io/JPredFile.java b/src/jalview/io/JPredFile.java index 08f7d17..b2226db 100755 --- a/src/jalview/io/JPredFile.java +++ b/src/jalview/io/JPredFile.java @@ -62,7 +62,7 @@ public class JPredFile public void parse() throws IOException { -System.out.println("all read in "); + // JBPNote log.System.out.println("all read in "); String line; QuerySeqPosition = -1; noSeqs = 0; @@ -136,7 +136,7 @@ System.out.println("all read in "); } else if (id.equals("jnetconf")) { - System.out.println("here"); + // log.debug System.out.println("here"); id = "Prediction Confidence"; this.conf = new Vector(numSymbols); for (int i = 0; i < numSymbols; i++) @@ -241,7 +241,7 @@ System.out.println("all read in "); } catch (java.io.IOException e) { - System.out.println("Exception " + e); + System.err.println("Exception " + e); e.printStackTrace(); } }