@seafile/seafile-calendar 0.0.31-Apph0.47 → 0.0.31-Apph0.48
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.
- package/es/Picker.js +0 -1
- package/lib/Picker.js +0 -1
- package/package.json +1 -1
package/es/Picker.js
CHANGED
@@ -189,7 +189,6 @@ var _initialiseProps = function _initialiseProps() {
|
|
189
189
|
var props = _this2.props;
|
190
190
|
var state = _this2.state;
|
191
191
|
var calendarProps = props.calendar.props;
|
192
|
-
console.log('calendarProps', calendarProps);
|
193
192
|
var value = state.value;
|
194
193
|
|
195
194
|
var defaultValue = value;
|
package/lib/Picker.js
CHANGED
@@ -225,7 +225,6 @@ var _initialiseProps = function _initialiseProps() {
|
|
225
225
|
var props = _this2.props;
|
226
226
|
var state = _this2.state;
|
227
227
|
var calendarProps = props.calendar.props;
|
228
|
-
console.log('calendarProps', calendarProps);
|
229
228
|
var value = state.value;
|
230
229
|
|
231
230
|
var defaultValue = value;
|