Skip to content

Commit 9201e8b

Browse files
author
istvan
committed
cleanup: remove a probably forgotten console log
1 parent e1e4a02 commit 9201e8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/datetime/DateTime.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,6 @@ export default class Datetime extends React.Component {
597597
// Focus event should open the calendar, but there is some case where
598598
// the input is already focused and the picker is closed, so clicking the input
599599
// should open it again see https://github.com/arqex/react-datetime/issues/717
600-
console.log('CLICKING 2!');
601600
if ( !this.callHandler( this.props.inputProps.onClick, e ) ) return;
602601
this._openCalendar();
603602
}

0 commit comments

Comments
 (0)