This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch sebb-mac-test in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/sebb-mac-test by this push: new c3b1aeb Why does QL fail? Try suppressing main output c3b1aeb is described below commit c3b1aebc81ea14cc5253d6319d8caabdb437a7f4 Author: Sebb <s...@apache.org> AuthorDate: Sun Jun 26 17:55:17 2022 +0100 Why does QL fail? Try suppressing main output --- src/main/java/org/apache/commons/crypto/Crypto.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/crypto/Crypto.java b/src/main/java/org/apache/commons/crypto/Crypto.java index 05a4456..3798f6d 100644 --- a/src/main/java/org/apache/commons/crypto/Crypto.java +++ b/src/main/java/org/apache/commons/crypto/Crypto.java @@ -128,7 +128,7 @@ public final class Crypto { */ private static void info(final String format, final Object... args) { // TODO Find a better way to do this later. - System.out.println(String.format(format, args)); + // System.out.println(String.format(format, args)); } /**