diff --git a/packages/amis/src/renderers/Form/InputTree.tsx b/packages/amis/src/renderers/Form/InputTree.tsx index 0c9d8b7e74a..c3a590ed59f 100644 --- a/packages/amis/src/renderers/Form/InputTree.tsx +++ b/packages/amis/src/renderers/Form/InputTree.tsx @@ -298,12 +298,10 @@ export default class TreeControl extends React.Component { props ) ) { - console.log('initOthersHeight'); this.initOthersHeight(); } if (preState.othersHeight !== state.othersHeight) { - console.log('handleVirtualListHeight'); this.handleVirtualListHeight(); } }