1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-26 08:34:28 +02:00

remove console log

This commit is contained in:
Ian Storm Taylor
2016-08-01 12:44:06 -07:00
parent 40598d7198
commit 27df42bde0

View File

@@ -86,7 +86,6 @@ class Content extends React.Component {
shouldComponentUpdate = (props, state) => { shouldComponentUpdate = (props, state) => {
// If the state has been transformed natively, never re-render, or else we // If the state has been transformed natively, never re-render, or else we
// will end up duplicating content. // will end up duplicating content.
console.log('isNative', props.state.isNative)
if (props.state.isNative) return false if (props.state.isNative) return false
return ( return (