Explorar el Código

hide console.log

Csy817 hace 6 años
padre
commit
cc9f966476
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/pages/cart/all/index.js

+ 2 - 2
src/pages/cart/all/index.js

@@ -20,12 +20,12 @@ class All extends Component {
     }
 
     componentWillMount() {
-        console.log('cartAll componentWillMount',this.props)
+        // console.log('cartAll componentWillMount',this.props)
         this.getHash()
     }
 
     componentDidMount() {
-        console.log('cartAll componentDidMount',this.props)
+        // console.log('cartAll componentDidMount',this.props)
         let state = this.props.history.location.state
         let updateData = state ? state.updateData : false
         if(updateData){