@ballistix.digital/react-components 0.4.88 → 0.4.89

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/dist/index.esm.js CHANGED
@@ -9181,7 +9181,6 @@ var DateMenuForm = function (props) {
9181
9181
  endDate: null,
9182
9182
  }), value = _m[0], setValue = _m[1];
9183
9183
  var handleValueChange = function (newValue) {
9184
- console.log('newValue:', newValue);
9185
9184
  setValue(newValue);
9186
9185
  onChange && onChange(newValue);
9187
9186
  };