From 0458d58a0897af50a33be546e0404d991a7487a8 Mon Sep 17 00:00:00 2001 From: Alex Liebowitz Date: Wed, 7 Dec 2016 13:13:24 -0500 Subject: [PATCH] Remove a couple of stray console.log() calls --- js/component/common.js | 2 -- 1 file changed, 2 deletions(-) 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', });