diff --git a/src/components/DatePicker/DatePicker.jsx b/src/components/DatePicker/DatePicker.jsx index 688b437d..ebf90c36 100644 --- a/src/components/DatePicker/DatePicker.jsx +++ b/src/components/DatePicker/DatePicker.jsx @@ -100,7 +100,6 @@ export const DatePicker = ({ }; const handleEndMonthChange = (m) => { - console.log("===m===", m); setEndMonth(m); }; @@ -110,7 +109,6 @@ export const DatePicker = ({ } if (dayjs(value?.from).isSame(day, "month")) { - console.log("value", value); handleStartMonthChange(day); }