Bläddra i källkod

hide console.log

Csy817 6 år sedan
förälder
incheckning
cc9f966476
1 ändrade filer med 2 tillägg och 2 borttagningar
  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){