remove logs
This commit is contained in:
parent
84571e36c2
commit
adef9a17eb
|
@ -253,8 +253,6 @@
|
||||||
notifications.error("A group must be specified")
|
notifications.error("A group must be specified")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
console.log(group)
|
|
||||||
console.log(role)
|
|
||||||
try {
|
try {
|
||||||
if (group?.builder?.apps.includes(prodAppId)) {
|
if (group?.builder?.apps.includes(prodAppId)) {
|
||||||
await removeGroupAppBuilder(group._id)
|
await removeGroupAppBuilder(group._id)
|
||||||
|
|
Loading…
Reference in New Issue