Skip to content

Commit bcfa91d

Browse files
committed
Remove console.log
1 parent d8ad09f commit bcfa91d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/src/pages/GroupsPage/GroupPage.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ export const GroupPage: React.FC = () => {
9191
const { group, permissions } = state.context
9292
const isLoading = group === undefined || permissions === undefined
9393
const canUpdateGroup = permissions ? permissions.canUpdateGroup : false
94-
console.log(state.value)
9594

9695
return (
9796
<>

0 commit comments

Comments
 (0)