Skip to content

Commit 31120ac

Browse files
committed
fix
1 parent 2b28f86 commit 31120ac

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)