remove print

This commit is contained in:
Cervinko Cera 2016-08-08 21:04:09 +02:00
parent 0f8c308973
commit 8a9b4e7fc7
1 changed files with 0 additions and 2 deletions

View File

@ -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"]