Skip to content

Commit bd05db6

Browse files
committed
remove logging
1 parent 03c47db commit bd05db6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/hooks/useAccessGrantRemovalDescriptions.ts

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ function useAccessGrantRemovalDescriptions() {
3434

3535
const describeAccessGrantRemovals = useCallback(
3636
(value: Grant_UserExt | BaseGrant): AccessGrantRemovalDescription => {
37-
console.log('describeAccessGrantRemovals', value);
38-
3937
let what: string | null = value.capability;
4038
let removalType: AccessGrantRemovalType = 'normal';
4139
let grantScope: GrantScopeMessageIdSuffix;

0 commit comments

Comments
 (0)