Removed debug output

This commit is contained in:
Mattias Arthursson
2008-11-12 07:46:13 +00:00
parent 3d2bb8ac5e
commit ec53690345

View File

@@ -149,9 +149,6 @@ public class LdapContextSourcelITest extends AbstractLdapTemplateIntegrationTest
finally {
LdapUtils.closeContext(ctx);
}
BaseLdapPathSource ldapPathSource = (BaseLdapPathSource) tested;
System.out.println(ldapPathSource.getBaseLdapPathAsString());
}
private final static class DnContextMapper extends AbstractParameterizedContextMapper<String> {