diff --git a/moulinette/authenticators/ldap.py b/moulinette/authenticators/ldap.py index 6c5aebb0..8484e491 100644 --- a/moulinette/authenticators/ldap.py +++ b/moulinette/authenticators/ldap.py @@ -260,6 +260,4 @@ class Authenticator(BaseAuthenticator): continue else: return (attr, value) - logger.info("attribute '%s' with value '%s' is not unique", - attr, value) return None