fix: remove redundant log from EditorControlPane (#6141)

This commit is contained in:
Erez Rokah 2022-01-21 14:16:54 +01:00 committed by GitHub
parent d5da63f061
commit 6c924db10b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,7 +224,6 @@ export default class ControlPane extends React.Component {
fieldsMetaData={fieldsMetaData} fieldsMetaData={fieldsMetaData}
fieldsErrors={fieldsErrors} fieldsErrors={fieldsErrors}
onChange={(field, newValue, newMetadata) => { onChange={(field, newValue, newMetadata) => {
console.log('newMeta', newMetadata);
onChange(field, newValue, newMetadata, i18n); onChange(field, newValue, newMetadata, i18n);
}} }}
onValidate={onValidate} onValidate={onValidate}