Skip to content
Snippets Groups Projects
Commit 2a4b9dc7 authored by Quentin Ribac's avatar Quentin Ribac
Browse files

FEAT #17436 TIME 0 remove console.log

parent ef517d1b
No related branches found
No related tags found
No related merge requests found
......@@ -404,7 +404,6 @@ export class UserComponent implements OnInit {
}
isManageableGroup(groupId: any) {
console.log(groupId, this.userGroupsClone);
return this.manageableGroups.find((userGroup: any) => userGroup.id === groupId) !== undefined;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment