Skip to content

Commit

Permalink
🐛 fix: Clean console log
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jul 18, 2024
1 parent 668602d commit adce8db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/BarChart/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ const BarChart = forwardRef<HTMLDivElement, BarChartProps>((props, ref) => {
/>
) : undefined}
{categories.map((category) => {
console.log(categoryColors.get(category));
return (
<Bar
animationDuration={animationDuration}
Expand Down

0 comments on commit adce8db

Please sign in to comment.