Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
mgm793 committed Mar 3, 2021
1 parent 903e126 commit 3fd7141
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/DateRangePickerInputController.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ export default class DateRangePickerInputController extends React.PureComponent
}

getDisplayFormat(date) {
console.log(date);
const { displayFormat } = this.props;
return typeof displayFormat === 'string' ? displayFormat : displayFormat(date);
}
Expand Down

0 comments on commit 3fd7141

Please sign in to comment.