Skip to content

Commit

Permalink
console.log 삭제했다
Browse files Browse the repository at this point in the history
  • Loading branch information
healtheloper committed Sep 15, 2023
1 parent 8ef4c36 commit a7e9c63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/co-design-core/src/components/Chips/Chip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ export const Chip = forwardRef<HTMLInputElement, ChipProps>(
className={classes.input}
checked={value}
onChange={(event) => {
console.log('change');
setValue(event.currentTarget.checked);
}}
id={uuid}
Expand Down

0 comments on commit a7e9c63

Please sign in to comment.