diff --git a/lib/HtmlText.js b/lib/HtmlText.js index 793b597..aeffbb7 100644 --- a/lib/HtmlText.js +++ b/lib/HtmlText.js @@ -175,7 +175,6 @@ class HtmlText extends React.Component { children.push(processNode(node, `${rootKey}_${index}`)) }) - console.log(children) return ( {children}