Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed Jan 19, 2025
1 parent 7cb4ac4 commit 4543696
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/design-system/src/components/select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,6 @@ const SelectBase = <Option,>(

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

console.log(name, value);

return (
<Primitive.Root
name={name}
Expand Down

0 comments on commit 4543696

Please sign in to comment.