Skip to content

Commit 4543696

Browse files
committed
fix
1 parent 7cb4ac4 commit 4543696

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/design-system/src/components/select.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,6 @@ const SelectBase = <Option,>(
221221

222222
const descriptions = options.map((option) => getDescription?.(option));
223223

224-
console.log(name, value);
225-
226224
return (
227225
<Primitive.Root
228226
name={name}

0 commit comments

Comments
 (0)