mirror of
https://github.com/Unleash/unleash.git
synced 2025-11-10 01:19:53 +01:00
fix: remove debug log state
This commit is contained in:
parent
ee0e728e67
commit
861218dbbc
@ -131,7 +131,6 @@ export class AccessStore implements IAccessStore {
|
|||||||
// Since the editor should have access to the default project,
|
// Since the editor should have access to the default project,
|
||||||
// we map the project to the project and environment specific
|
// we map the project to the project and environment specific
|
||||||
// permissions that are connected to the editor role.
|
// permissions that are connected to the editor role.
|
||||||
console.log('before', row);
|
|
||||||
if (
|
if (
|
||||||
row.role_id === EDITOR_ROLE_ID &&
|
row.role_id === EDITOR_ROLE_ID &&
|
||||||
row.type !== ROOT_PERMISSION_TYPE
|
row.type !== ROOT_PERMISSION_TYPE
|
||||||
@ -151,7 +150,6 @@ export class AccessStore implements IAccessStore {
|
|||||||
environment,
|
environment,
|
||||||
permission: row.permission,
|
permission: row.permission,
|
||||||
};
|
};
|
||||||
console.log('after:', result);
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user