Skip to content

Commit

Permalink
remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
SemenStruchev committed Nov 14, 2023
1 parent 26db926 commit 342ff7c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/DatePicker/DatePicker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ export const DatePicker = ({
};

const handleEndMonthChange = (m) => {
console.log("===m===", m);
setEndMonth(m);
};

Expand All @@ -110,7 +109,6 @@ export const DatePicker = ({
}

if (dayjs(value?.from).isSame(day, "month")) {
console.log("value", value);
handleStartMonthChange(day);
}

Expand Down

0 comments on commit 342ff7c

Please sign in to comment.