Commit 8a9b4e7f authored by Cervinko Cera's avatar Cervinko Cera

remove print

parent 0f8c3089
......@@ -870,8 +870,6 @@ def edit_user(user_id):
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"]
if "kindle_mail" in to_save and to_save["kindle_mail"] != content.kindle_mail:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment