From 9201e8b049349b7c2117dd943064769e6982f37a Mon Sep 17 00:00:00 2001 From: istvan Date: Tue, 29 Sep 2020 15:33:06 +0200 Subject: [PATCH] cleanup: remove a probably forgotten console log --- src/datetime/DateTime.js | 1 - 1 file changed, 1 deletion(-) 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(); }