commit | daf3473de52651a250c9626da3adf097f2615a57 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Fri Jul 24 15:49:50 2015 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Fri Jul 24 15:49:50 2015 -0700 |
tree | aff945a0c6630a1c644a252201e09cf8a473ed6b | |
parent | 1729e349f0334f70a480f1d8fa9032c5d5f39987 [diff] |
remove comment
diff --git a/xos/core/models/user.py b/xos/core/models/user.py index a1140c1..57e7a35 100644 --- a/xos/core/models/user.py +++ b/xos/core/models/user.py
@@ -335,7 +335,6 @@ return False def can_update_tenant_root_privilege(self, tenant_root_privilege, allow=[]): - # problem: I can add things that I can't see... return self.can_update_tenant_root(tenant_root_privilege.tenant_root, allow) @staticmethod