remove console

This commit is contained in:
caishi 2022-11-29 12:23:16 +08:00
parent 2873c4425d
commit 4f05ce683a
1 changed files with 0 additions and 1 deletions

View File

@ -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
})