Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilan committed Sep 14, 2023
1 parent feac850 commit 7acf9f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-ui/src/widgets/PieWidgetUI/PieWidgetUI.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ function PieWidgetUI({
return sortedCategories;
};
}, []);
console.log(sortCategoriesBySize(groupedDataWithColor));

// Tooltip
const tooltipOptions = useMemo(
Expand Down

0 comments on commit 7acf9f3

Please sign in to comment.