remove console.log

This commit is contained in:
Le Long 2017-06-18 20:17:23 +02:00
parent 1a2efd1a29
commit 308c1a128a

View file

@ -67,7 +67,6 @@ export class TruncatedMarkdown extends React.PureComponent {
let content = this.props.children && typeof this.props.children === "string" let content = this.props.children && typeof this.props.children === "string"
? this.transformMarkdown(this.props.children) ? this.transformMarkdown(this.props.children)
: this.props.children; : this.props.children;
console.log(content);
return ( return (
<span <span
className="truncated-text" className="truncated-text"