Skip to content

Commit

Permalink
cleanup: remove a probably forgotten console log
Browse files Browse the repository at this point in the history
  • Loading branch information
istvan committed Sep 29, 2020
1 parent e1e4a02 commit 9201e8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/datetime/DateTime.js
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,6 @@ export default class Datetime extends React.Component {
// Focus event should open the calendar, but there is some case where
// the input is already focused and the picker is closed, so clicking the input
// should open it again see https://github.com/arqex/react-datetime/issues/717
console.log('CLICKING 2!');
if ( !this.callHandler( this.props.inputProps.onClick, e ) ) return;
this._openCalendar();
}
Expand Down

0 comments on commit 9201e8b

Please sign in to comment.