1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

Remove logger

This commit is contained in:
Adria Navarro 2024-03-07 13:37:52 +01:00
parent 73c141c0fb
commit 9916b80956

View file

@ -48,7 +48,6 @@
let editModal, deleteModal
$: group = $groups.find(x => x._id === groupId)
$: console.warn({ group })
$: readonly = !sdk.users.isAdmin($auth.user) || group?.scimInfo?.isSync
$: groupApps = $apps
.filter(app =>