mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
Remove console.log()
This commit is contained in:
parent
ed11c0ad11
commit
f0aed0ba77
1 changed files with 0 additions and 1 deletions
|
@ -189,7 +189,6 @@ export default Component.extend(AuthProvider, ModalMixin, {
|
|||
// mark up groups user belongs to...
|
||||
let groups = this.get('groups');
|
||||
groups.forEach((g) => {
|
||||
console.log(userGroups);
|
||||
let hasGroup = userGroups.findBy('roleId', g.get('id'));
|
||||
g.set('isMember', is.not.undefined(hasGroup));
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue