From 8a9b4e7fc7c147639d6260d6fad295dc407f80a5 Mon Sep 17 00:00:00 2001 From: Cervinko Cera Date: Mon, 8 Aug 2016 21:04:09 +0200 Subject: [PATCH] remove print --- cps/web.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cps/web.py b/cps/web.py index 0096b1a5..d02eafcb 100755 --- a/cps/web.py +++ b/cps/web.py @@ -869,8 +869,6 @@ def edit_user(user_id): content.role = content.role + ub.ROLE_PASSWD elif not "passwd_role" in to_save and content.role_passwd(): content.role = content.role - ub.ROLE_PASSWD - - print content.role if to_save["email"] and to_save["email"] != content.email: content.email = to_save["email"]