diff --git a/lib/ShowMoreText.js b/lib/ShowMoreText.js index af826f7..8f9050d 100644 --- a/lib/ShowMoreText.js +++ b/lib/ShowMoreText.js @@ -124,7 +124,6 @@ var ShowMoreText = /*#__PURE__*/function (_Component) { keepNewLines = _this$props.keepNewLines, truncatedEndingComponent = _this$props.truncatedEndingComponent, expandedProps = _this$props.expanded; - console.log(expandedProps); var _this$state = this.state, expandedState = _this$state.expanded, truncated = _this$state.truncated; diff --git a/package.json b/package.json index 1ce2ab2..d77742d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-show-more-text", - "version": "v2.0.1", + "version": "v2.0.2", "description": "The text surrounded by the component will be truncated. Anything surrounded by the component could be evaluated as text. The component react-show-more-text/ShowMoreText is fork of react-show-more/ShowMore, applied improvements, works with React 16.x.x, added onClick event.", "main": "lib/ShowMoreText.js", "files": [