JAL-3130 tidy up system.output
[jalview.git] / test / jalview / bin / CommandLineOperations.java
index 6454899..9d8a993 100644 (file)
@@ -210,7 +210,6 @@ public class CommandLineOperations
       Path currentRelativePath = Paths.get("");
       String s = currentRelativePath.toAbsolutePath().toString();
       System.out.println("Test CWD is " + s);
-      System.err.println("Test CWD is " + s);
     } catch (Exception q)
     {
       q.printStackTrace();