We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c47db commit bd05db6Copy full SHA for bd05db6
src/hooks/useAccessGrantRemovalDescriptions.ts
@@ -34,8 +34,6 @@ function useAccessGrantRemovalDescriptions() {
34
35
const describeAccessGrantRemovals = useCallback(
36
(value: Grant_UserExt | BaseGrant): AccessGrantRemovalDescription => {
37
- console.log('describeAccessGrantRemovals', value);
38
-
39
let what: string | null = value.capability;
40
let removalType: AccessGrantRemovalType = 'normal';
41
let grantScope: GrantScopeMessageIdSuffix;
0 commit comments