Skip to content

Commit

Permalink
chore: #11 로그 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
leeminhee119 committed Jul 7, 2024
1 parent 49a993d commit 76a94b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/component/common/RadioButton/Radio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const Radio = ({ value, text }: RadioProps) => {
id={value}
value={value}
onChange={(e) => {
console.log(e.target.value);
radioContext?.onChange && radioContext.onChange(e.target.value);
}}
css={css`
Expand Down

0 comments on commit 76a94b6

Please sign in to comment.