Skip to content

Commit

Permalink
fix: remove console log from file (#3752)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm authored Feb 21, 2024
1 parent c102da1 commit 4a36e5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/components/src/ComboBox/ComboBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ const _ComboBox = forwardRef<HTMLInputElement, ComboBoxProps>(

const classNames = useClassNames({ component: 'ComboBox', variant, size });

console.log(classNames);
return (
<FieldBase as={ComboBox} ref={ref} {...props}>
<Input
Expand Down

0 comments on commit 4a36e5d

Please sign in to comment.