X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2Febi%2FEBIFetchClient.java;h=1dff32f1bd26d3a15324a2a014909c729bb05bb9;hb=02d6aa2077a261d41db77a0158f2b4b779a36398;hp=55315129a27d14fa837380abac4c715f8f4b0edb;hpb=23819c49b73c64e6c2bc45059d47919b7d49575b;p=jalview.git diff --git a/src/jalview/ws/ebi/EBIFetchClient.java b/src/jalview/ws/ebi/EBIFetchClient.java index 5531512..1dff32f 100644 --- a/src/jalview/ws/ebi/EBIFetchClient.java +++ b/src/jalview/ws/ebi/EBIFetchClient.java @@ -208,7 +208,6 @@ public class EBIFetchClient if (outFile != null) { FileOutputStream fio = new FileOutputStream(outFile); - // fio.write("\n".getBytes()); byte[] bb = new byte[32 * 1024]; int l; while ((l = is.read(bb)) > 0)