JAL-629 Remove debugging comment
[jalview.git] / src / jalview / bin / argparser / BootstrapArgs.java
index a327197..90204df 100644 (file)
@@ -78,7 +78,6 @@ public class BootstrapArgs
           {
             if (a.hasOption(Opt.GLOB))
             {
-              System.out.println("##### VAL='" + val + "'");
               addAll(a, FileUtils.getFilenamesFromGlob(val));
             }
             else