mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-26 00:27:28 +02:00
remove console log
This commit is contained in:
@@ -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 (
|
||||
|
Reference in New Issue
Block a user