diff --git a/auth.py b/auth.py index 1faf872c8e8e01ef1ad6623a19a85d8a457c6545..23d5a153c026a922e5fd0f49af331f0943408079 100644 --- a/auth.py +++ b/auth.py @@ -29,7 +29,6 @@ class LdapManager: if not self.authenticate(username, password): return None groups = list(map(lambda g: g.decode("utf-8"), self.groups(username))) - print(groups) return User(username, groups) def authenticate(self, username, password):