Skip to content

Commit 768136f

Browse files
committed
fix(DateRangerPicker): removed console.log
1 parent e809fe5 commit 768136f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/DatePicker/DateRangePickerInput.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ export class DateRangePickerInput extends PureComponent {
7979
focusedInput={focusedInput}
8080
hideKeyboardShortcutsPanel
8181
onDatesChange={({ startDate, endDate }) => {
82-
console.log('dates changed');
8382
if (onChange) {
8483
onChange({ startDate, endDate });
8584
}

0 commit comments

Comments
 (0)