Merge pull request #101 from lbryio/remove-console-logs
Remove a couple of stray console.log() calls
This commit is contained in:
commit
4d4cad0158
1 changed files with 0 additions and 2 deletions
|
@ -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',
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue