Skip to content

Commit

Permalink
fix: pr revisions, remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
eldu committed Feb 28, 2024
1 parent 3cf95a2 commit 797eb49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/YearChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ export function YearChart() {

const handleSelectedYear = (name, value) => {
setSelectedYear(value);

console.log(value);
};

const signalListeners = { selectedYear: handleSelectedYear };
Expand Down

0 comments on commit 797eb49

Please sign in to comment.