@seafile/seafile-calendar 0.0.88889 → 0.0.88892

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3016,7 +3016,6 @@ var _initialiseProps = function _initialiseProps() {
3016
3016
  return undefined;
3017
3017
  }
3018
3018
  var keyCode = event.keyCode;
3019
- console.log('keyCode', keyCode);
3020
3019
  // mac
3021
3020
  var ctrlKey = event.ctrlKey || event.metaKey;
3022
3021
  var disabledDate = _this2.props.disabledDate;
@@ -7454,7 +7453,6 @@ var _initialiseProps = function _initialiseProps() {
7454
7453
  value = _props2.value,
7455
7454
  disabledDate = _props2.disabledDate;
7456
7455
 
7457
- console.log('keyCode', keyCode, value);
7458
7456
  if (keyCode === __WEBPACK_IMPORTED_MODULE_6_rc_util_es_KeyCode__["a" /* default */].ENTER && onSelect) {
7459
7457
  var validateDate = !disabledDate || !disabledDate(value);
7460
7458
  if (validateDate) {