fix: remove console

This commit is contained in:
林熠 2020-08-04 17:53:06 +08:00
parent fc398c25c6
commit 6c703d88db

View File

@ -35,7 +35,6 @@ class SettingFieldView extends Component<{ field: SettingField }> {
let setterType: any;
let initialValue: any = null;
const isReactComponent = prototype === null || prototype === undefined;
console.log(111, this.props);
if (Array.isArray(setter)) {
setterType = 'MixedSetter';
setterProps = {