From f14bb8a9282576ffcc3b6ed758b16ad92a4ed22d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Thu, 29 Nov 2018 17:03:21 +0100 Subject: [PATCH] Fix typo --- moulinette/authenticators/ldap.py | 2 -- 1 file changed, 2 deletions(-) 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