Skip to content

Commit

Permalink
chore: rm useless console
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed May 6, 2022
1 parent 7511b9e commit c75e59f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/calendar/generateCalendar.tsx
Expand Up @@ -139,8 +139,6 @@ function generateCalendar<DateType>(generateConfig: GenerateConfig<DateType>) {
};

const triggerChange = (date: DateType) => {
console.log('trigger change!!!', isSameDate(date, mergedValue));
console.log('trigger change!!!', String(date), String(mergedValue));
setMergedValue(date);

if (!isSameDate(date, mergedValue)) {
Expand Down

0 comments on commit c75e59f

Please sign in to comment.