Merge pull request #101 from lbryio/remove-console-logs

Remove a couple of stray console.log() calls
This commit is contained in:
alexliebowitz 2016-12-07 13:20:08 -05:00 committed by GitHub
commit 4d4cad0158

View file

@ -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',
});