Skip to content

Commit

Permalink
Fix(crm): Remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanarnault committed Jul 26, 2024
1 parent 8df44f2 commit ae9eff5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/crm/src/dashboard/DealsChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ export const DealsChart = () => {
return acc;
}, {} as any);

console.log(dealsByMonth);

const amountByMonth = Object.keys(dealsByMonth).map(month => {
return {
date: format(month, 'MMM'),
Expand Down

0 comments on commit ae9eff5

Please sign in to comment.