Skip to content

Commit f766921

Browse files
author
Austin Green
committed
Remove commented console.log
1 parent 00dff01 commit f766921

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/datepickers/src/DatepickerRange/utils/datepicker-range-reducer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ export const datepickerRangeReducer = ({
238238
};
239239
}
240240
case 'CLICK_DATE':
241-
// console.log(state.isStartFocused, state.isEndFocused);
242241
if (state.isStartFocused) {
243242
if (endValue !== undefined && isBefore(action.value, endValue)) {
244243
onChange && onChange({ startValue: action.value, endValue });

0 commit comments

Comments
 (0)