Remove a couple of stray console.log() calls

This commit is contained in:
Alex Liebowitz 2016-12-07 13:13:24 -05:00
parent c0fb03b994
commit 0458d58a08

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