Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
sbatel committed Nov 16, 2023
1 parent 91442c8 commit ab5d106
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/inputs/Select/Select.props.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ export function FauxMaxHeight({ args }) {

function onChange(event) {
valueSet(event.target.value);
console.log('Selected Option', event.target.value, event);
}

return (
Expand Down

0 comments on commit ab5d106

Please sign in to comment.