diff --git a/src/component/common/RadioButton/Radio.tsx b/src/component/common/RadioButton/Radio.tsx index 2cab4d64..35f355eb 100644 --- a/src/component/common/RadioButton/Radio.tsx +++ b/src/component/common/RadioButton/Radio.tsx @@ -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`