Skip to content

Commit

Permalink
clean(sectors-pie): supprimer le log console
Browse files Browse the repository at this point in the history
  • Loading branch information
jerem1508 committed Jan 14, 2025
1 parent fd4533d commit 6beb41a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/pages/atlas/charts/sectors-pie/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ export default function SectortsChart({
data: SectorData;
isLoading: boolean;
}) {
console.log(data);

if (isLoading || !data || (data[0].y === 0 && data[1].y === 0)) {
return <Template height="250px" />;
}
Expand Down

0 comments on commit 6beb41a

Please sign in to comment.