diff --git a/src/components/ui/DatePicker.tsx b/src/components/ui/DatePicker.tsx index d860df5..62a7fcb 100644 --- a/src/components/ui/DatePicker.tsx +++ b/src/components/ui/DatePicker.tsx @@ -23,7 +23,6 @@ export const ForecastDatePicker = function ({ dateTime = new Date(), onChange, }) { - console.log(dateTime); return (