Commit 28ba1e52 authored by Michal Čihař's avatar Michal Čihař

Remove debug code

parent b36d7e07
...@@ -41,7 +41,6 @@ class WeblateUserAdmin(UserAdmin): ...@@ -41,7 +41,6 @@ class WeblateUserAdmin(UserAdmin):
""" """
Get group, separate by comma, and display empty string if user has no group Get group, separate by comma, and display empty string if user has no group
""" """
print obj
return ','.join([g.name for g in obj.groups.all()]) return ','.join([g.name for g in obj.groups.all()])
# Need to unregister orignal Django UserAdmin # Need to unregister orignal Django UserAdmin
......
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