From 27df42bde098d4a3f1ac87a73eccf6b2ae45aaeb Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Mon, 1 Aug 2016 12:44:06 -0700 Subject: [PATCH] remove console log --- lib/components/content.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/components/content.js b/lib/components/content.js index dd8bb5a4a..892c89c77 100644 --- a/lib/components/content.js +++ b/lib/components/content.js @@ -86,7 +86,6 @@ class Content extends React.Component { shouldComponentUpdate = (props, state) => { // If the state has been transformed natively, never re-render, or else we // will end up duplicating content. - console.log('isNative', props.state.isNative) if (props.state.isNative) return false return (