remove console.log
This commit is contained in:
parent
1a2efd1a29
commit
308c1a128a
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ export class TruncatedMarkdown extends React.PureComponent {
|
|||
let content = this.props.children && typeof this.props.children === "string"
|
||||
? this.transformMarkdown(this.props.children)
|
||||
: this.props.children;
|
||||
console.log(content);
|
||||
return (
|
||||
<span
|
||||
className="truncated-text"
|
||||
|
|
Loading…
Reference in a new issue