Skip to content

Commit

Permalink
refactor: console 출력 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoribogo committed Dec 3, 2023
1 parent bd87115 commit 3114312
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/ReviewResultPage/components/DoughnutChart/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 3114312

Please sign in to comment.