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: [