[java-identity-provider] 02/03: Remove debug-logging debug statement
Rod Widdowson
rdw at steadingsoftware.com
Tue Sep 8 16:06:25 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=e35460ee3ed64cc2c6d6fcba6260ca8a4ee1c101
commit e35460ee3ed64cc2c6d6fcba6260ca8a4ee1c101
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Sep 8 16:46:29 2020 +0100
Remove debug-logging debug statement
---
.../net/shibboleth/idp/installer/plugin/PluginInstallerArguments.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/PluginInstallerArguments.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/PluginInstallerArguments.java
index 7d65509ef..24b8f8548 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/PluginInstallerArguments.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/PluginInstallerArguments.java
@@ -186,7 +186,6 @@ public class PluginInstallerArguments extends AbstractIdPHomeAwareCommandLineArg
/** {@inheritDoc} */
// Checkstyle: CyclomaticComplexity OFF
public void validate() throws IllegalArgumentException {
- System.out.println("Validate");
super.validate();
final List<String> otherArgs = getOtherArgs();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list