Skip to content

Commit

Permalink
fix: remove redundant log from EditorControlPane (#6141)
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah authored Jan 21, 2022
1 parent d5da63f commit 6c924db
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 6c924db

Please sign in to comment.