Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte W committed Nov 17, 2015
1 parent 8de048f commit 5733489
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Textfit.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ export default createClass({
},

render() {
console.log('render');
const { children, text, style, min, max, mode, ...props } = this.props;
const { fontSize } = this.state;
const finalStyle = {
Expand Down

0 comments on commit 5733489

Please sign in to comment.