From 76a94b6cb1d93c48e4cd3394b3ee368f8b1849e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=B5=E1=84=86=E1=85=B5=E1=86=AB=E1=84=92?= =?UTF-8?q?=E1=85=B4?= Date: Sun, 7 Jul 2024 19:20:52 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20#11=20=EB=A1=9C=EA=B7=B8=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/common/RadioButton/Radio.tsx | 1 - 1 file changed, 1 deletion(-) 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`