diff --git a/src/modules/tpm/TPMIndexHOC.js b/src/modules/tpm/TPMIndexHOC.js index c25ff577b..b98119de3 100644 --- a/src/modules/tpm/TPMIndexHOC.js +++ b/src/modules/tpm/TPMIndexHOC.js @@ -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 })