From 6f05a0e4848b9c2e20754944b4cf9cc5b83dcfbb Mon Sep 17 00:00:00 2001
From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de>
Date: Wed, 22 Feb 2017 06:30:00 +0100
Subject: [PATCH] Show protocols (although right now there aren't any)

---
 auth.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/auth.py b/auth.py
index 1faf872..23d5a15 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):
-- 
GitLab