From 3cbf33adf48d2010b709903aa051fffde3fd4074 Mon Sep 17 00:00:00 2001 From: Johannes Stein Date: Thu, 21 May 2015 12:39:07 +0200 Subject: [PATCH] Remove `console.log` message on each render --- lib/HtmlText.js | 1 - 1 file changed, 1 deletion(-) 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}