IDEMPIERE-3932 - delete one Sysout line wrongly pushed

This commit is contained in:
Carlos Ruiz 2019-03-25 16:53:23 -03:00
parent c71fe5f56e
commit b52490c10e
1 changed files with 0 additions and 1 deletions

View File

@ -220,7 +220,6 @@ public class MUser extends X_AD_User
if (system.isLDAP() && ! Util.isEmpty(user.getLDAPUser())) {
System.out.println("validating with LDAP");
valid = system.isLDAP(name, password);
} else if (hash_password) {
valid = user.authenticateHash(password);