Skip to content

Commit

Permalink
chore(log): remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Feb 27, 2023
1 parent f9f738a commit 6b1bc1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react/src/components/MultiSelect/MultiSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,6 @@ const MultiSelect = React.forwardRef(function MultiSelect<ItemType>(
[`${prefix}--form__helper-text--disabled`]: disabled,
});

console.log(inputFocused);

const className = cx(
`${prefix}--multi-select`,
[enabled ? null : containerClassName],
Expand Down

0 comments on commit 6b1bc1f

Please sign in to comment.