diff --git a/src/datetime/DateTime.js b/src/datetime/DateTime.js index dd5f59087..b8bd15534 100644 --- a/src/datetime/DateTime.js +++ b/src/datetime/DateTime.js @@ -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(); }