Remove logs
This commit is contained in:
parent
c9c6d410c7
commit
3e2fdee186
|
@ -48,7 +48,7 @@
|
|||
const nodeToRole = node => {
|
||||
const role = $roles.find(x => x._id === node.id)
|
||||
const inherits = $edges.filter(x => x.target === node.id).map(x => x.source)
|
||||
console.log(inherits)
|
||||
// TODO save inherits array
|
||||
return {
|
||||
...role,
|
||||
// inherits,
|
||||
|
|
|
@ -68,7 +68,6 @@ export function createRolesStore() {
|
|||
if (role?._id.startsWith("role_")) {
|
||||
role._id = role._id.replace("role_", "")
|
||||
}
|
||||
console.log("replace", roleId, role)
|
||||
|
||||
// Handles external updates of roles
|
||||
if (!roleId) {
|
||||
|
|
Loading…
Reference in New Issue