Skip to content

Commit 82ceab8

Browse files
committed
remove console log
1 parent 8e86149 commit 82ceab8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/src/components/UserOrGroupAutocomplete/UserOrGroupAutocomplete.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ export const UserOrGroupAutocomplete: React.FC<
7575
}
7676
renderOption={(props, option) => {
7777
const isOptionGroup = isGroup(option)
78-
console.log("option", option)
7978

8079
return (
8180
<Box component="li" {...props}>

0 commit comments

Comments
 (0)