From 311431226e9a06d7d49419933dfabf86c9a28df3 Mon Sep 17 00:00:00 2001 From: hyoribogo <97094709+hyoribogo@users.noreply.github.com> Date: Mon, 4 Dec 2023 00:12:40 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20console=20=EC=B6=9C=EB=A0=A5=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ReviewResultPage/components/DoughnutChart/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/ReviewResultPage/components/DoughnutChart/index.tsx b/src/pages/ReviewResultPage/components/DoughnutChart/index.tsx index 54c4f82c..be6e2679 100644 --- a/src/pages/ReviewResultPage/components/DoughnutChart/index.tsx +++ b/src/pages/ReviewResultPage/components/DoughnutChart/index.tsx @@ -38,8 +38,6 @@ const DoughnutChart = ({ answers }: DoughnutChartProps) => { const labels = splitStrings(Array.from(answerMap.keys())) const data = Array.from(answerMap.values()) - console.log(labels) - const doughnutData: ChartData<'doughnut'> = { labels, datasets: [