weiximei hace 5 años
padre
commit
8da1663ecc
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      src/components/XForm/WrapperItem.jsx

+ 0
- 1
src/components/XForm/WrapperItem.jsx Ver fichero

@@ -138,7 +138,6 @@ const WrapperItem = props => {
138 138
   const helpNode = typeof help === 'function' ? help() : help;
139 139
 
140 140
   const newItemProps = { ...itemProps, help: helpNode }
141
-  console.log('newItemProps: ', newItemProps)
142 141
 
143 142
   return visible && (
144 143
     <Item label={labelNode} { ...newItemProps }>