diff --git a/js/component/common.js b/js/component/common.js index 41a10c97b..4d2bffa48 100644 --- a/js/component/common.js +++ b/js/component/common.js @@ -25,8 +25,6 @@ var TruncatedText = React.createClass({ } }, componentDidMount: function() { - console.log('span is', this.refs.span); - console.log('type of lines is', typeof this.props.lines) $clamp(this.refs.span, { clamp: this.props.lines || this.props.height || 'auto', });