Skip to content

Commit

Permalink
fix: remove console logging from useSegmentedControl
Browse files Browse the repository at this point in the history
  • Loading branch information
te6-in committed Jan 6, 2025
1 parent f4d7f9c commit 29acb5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react-headless/segmented-control/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ function useSegmentedControlState(props: UseSegmentedControlStateProps & { id: s

const segmentedControlValues = dom.getAllValues(props.id);

console.log(segmentedControlValues);

useLayoutEffect(() => {
setRootEl(dom.getRootEl(props.id));
}, [props.id]);
Expand Down

0 comments on commit 29acb5d

Please sign in to comment.