Skip to content

Commit 731d9a0

Browse files
committed
remove console.log
1 parent c984a8c commit 731d9a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/components/profile/category-progress-bar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const RADIUS = (CIRCLE_SIZE - STROKE_WIDTH) / 2;
1818
const CIRCUMFERENCE = 2 * Math.PI * RADIUS;
1919

2020
function CategoryProgressBar({ categories }: CategoryProgressBarProps) {
21-
console.log(categories);
2221
if (categories.length === 0) {
2322
return null;
2423
}

0 commit comments

Comments
 (0)