Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 2ef2c69

Browse files
committed
chore: include dist/ for GitHub-based installs
1 parent 808d610 commit 2ef2c69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dist/components/DateRangePicker/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ class DateRangePicker extends Component {
1818
const {
1919
focusedRange
2020
} = this.state;
21-
console.log('Forked package');
2221
return /*#__PURE__*/React.createElement("div", {
2322
className: classnames(this.styles.dateRangePickerWrapper, this.props.className)
2423
}, /*#__PURE__*/React.createElement(DefinedRange, _extends({

0 commit comments

Comments
 (0)