From: Ben Soares Date: Tue, 4 Apr 2023 10:37:45 +0000 (+0100) Subject: JAL-629 Remove debugging comment X-Git-Tag: Release_2_11_3_0~14^2~130 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=17055b3f53f34027ae7640f3101f496791309ecd;p=jalview.git JAL-629 Remove debugging comment --- diff --git a/src/jalview/bin/argparser/BootstrapArgs.java b/src/jalview/bin/argparser/BootstrapArgs.java index a327197..90204df 100644 --- a/src/jalview/bin/argparser/BootstrapArgs.java +++ b/src/jalview/bin/argparser/BootstrapArgs.java @@ -78,7 +78,6 @@ public class BootstrapArgs { if (a.hasOption(Opt.GLOB)) { - System.out.println("##### VAL='" + val + "'"); addAll(a, FileUtils.getFilenamesFromGlob(val)); } else