JAL-32423 tidying
[jalview.git] / src / jalview / ws / seqfetcher / ASequenceFetcher.java
index e205e76..97babfd 100644 (file)
@@ -355,7 +355,6 @@ public class ASequenceFetcher
     {
       try
       {
-        System.err.println("ASeqFetch " + className);
         return (DbSourceProxy) Class.forName(className).newInstance();
       } catch (Exception e)
       {