SwingJS transpiler to 3.2.5.v1 (fixed java.util.stream)
[jalview.git] / src / jalview / ws / seqfetcher / ASequenceFetcher.java
index dff08ee..97babfd 100644 (file)
@@ -58,8 +58,6 @@ public class ASequenceFetcher
    */
   protected ASequenceFetcher()
   {
-    super();
-
     /*
      * comparator to sort proxies by tier and name
      */
@@ -357,7 +355,6 @@ public class ASequenceFetcher
     {
       try
       {
-        System.err.println("ASeqFetch " + className);
         return (DbSourceProxy) Class.forName(className).newInstance();
       } catch (Exception e)
       {