fix: remove redundant log from EditorControlPane (#6141)
This commit is contained in:
parent
d5da63f061
commit
6c924db10b
@ -224,7 +224,6 @@ export default class ControlPane extends React.Component {
|
||||
fieldsMetaData={fieldsMetaData}
|
||||
fieldsErrors={fieldsErrors}
|
||||
onChange={(field, newValue, newMetadata) => {
|
||||
console.log('newMeta', newMetadata);
|
||||
onChange(field, newValue, newMetadata, i18n);
|
||||
}}
|
||||
onValidate={onValidate}
|
||||
|
Loading…
x
Reference in New Issue
Block a user