Skip to content

Commit 90d85ae

Browse files
authored
Merge pull request #738 from istvan-derda/remove-console-log
cleanup: remove a probably forgotten console log
2 parents c08071d + 9201e8b commit 90d85ae

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
@@ -595,7 +595,6 @@ export default class Datetime extends React.Component {
595595
// Focus event should open the calendar, but there is some case where
596596
// the input is already focused and the picker is closed, so clicking the input
597597
// should open it again see https://github.com/arqex/react-datetime/issues/717
598-
console.log('CLICKING 2!');
599598
if ( !this.callHandler( this.props.inputProps.onClick, e ) ) return;
600599
this._openCalendar();
601600
}

0 commit comments

Comments
 (0)