remove console
This commit is contained in:
parent
2873c4425d
commit
4f05ce683a
|
|
@ -187,7 +187,6 @@ export function TPMIndexHOC(WrappedComponent) {
|
|||
}
|
||||
if(!response.data.phone){
|
||||
var supplyCookie = cookie.load('supplyphone');
|
||||
console.log(supplyCookie);
|
||||
this.setState({
|
||||
supplyPhone:supplyCookie || false
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue