From 591c51774bf4c86836a50d8b47145b27a49656a9 Mon Sep 17 00:00:00 2001
From: rloth <romain.loth@iscpif.fr>
Date: Thu, 23 Feb 2017 11:05:49 +0100
Subject: [PATCH] remove too verbose comment

---
 services/user.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/user.py b/services/user.py
index f999119..87e9b4a 100755
--- a/services/user.py
+++ b/services/user.py
@@ -54,7 +54,7 @@ def jsonize_uinfo(uinfo_dict):
 
     serializable_dict = {}
     for k,v in uinfo_dict.items():
-        mlog('DEBUG', 'user: jsonize_uinfo k=v', k, '=' , v)
+        # mlog('DEBUG', 'user: jsonize_uinfo k=v', k, '=' , v)
 
         # most values are already serializable
         if (   v is None
-- 
2.21.0