[java-identity-provider COMMIT] /trunk/idp-conf/src/test/java/net/shibboleth/idp/test/InMemoryDirectory.java

noreply at shibboleth.net noreply at shibboleth.net
Wed Jul 1 22:59:47 EDT 2015


Author: tzeller
Date: Wed Jul  1 22:59:46 2015
New Revision: 7620

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7620&view=rev
Log:
IDP-757 - Remove errant logging.

Revert part of r7609.

Modified:
    trunk/idp-conf/src/test/java/net/shibboleth/idp/test/InMemoryDirectory.java

Modified: trunk/idp-conf/src/test/java/net/shibboleth/idp/test/InMemoryDirectory.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/test/java/net/shibboleth/idp/test/InMemoryDirectory.java?rev=7620&r1=7619&r2=7620&view=diff
==============================================================================
--- trunk/idp-conf/src/test/java/net/shibboleth/idp/test/InMemoryDirectory.java	(original)
+++ trunk/idp-conf/src/test/java/net/shibboleth/idp/test/InMemoryDirectory.java	Wed Jul  1 22:59:46 2015
@@ -66,7 +66,6 @@
     public InMemoryDirectory(@Nonnull final Resource ldif, @Positive final int port) throws LDAPException, IOException {
         Constraint.isNotNull(ldif, "LDIF resource cannot be null");
         Constraint.isGreaterThan(-1, port, "Port must be greater than -1");
-        System.err.println("PORT " + port);
         final InMemoryDirectoryServerConfig config = new InMemoryDirectoryServerConfig("dc=example,dc=org", "ou=system");
         config.setListenerConfigs(InMemoryListenerConfig.createLDAPConfig("default", port));
         config.addAdditionalBindCredentials("cn=Directory Manager", "password");



More information about the commits mailing list