Skip to content
Snippets Groups Projects
Commit 19738385 authored by Adrian Damian's avatar Adrian Damian
Browse files

Small change in logging

parent 6957200d
No related branches found
No related tags found
No related merge requests found
...@@ -258,8 +258,6 @@ public class LdapConfig ...@@ -258,8 +258,6 @@ public class LdapConfig
this.usersDN = usersDN; this.usersDN = usersDN;
this.groupsDN = groupsDN; this.groupsDN = groupsDN;
this.adminGroupsDN = adminGroupsDN; this.adminGroupsDN = adminGroupsDN;
logger.debug(proxyPasswd);
logger.debug(proxyUserDN);
logger.debug(toString()); logger.debug(toString());
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment