diff --git a/public/react/src/modules/tpm/TPMIndexHOC.js b/public/react/src/modules/tpm/TPMIndexHOC.js index b7c0ed1f2..f44ef59ea 100644 --- a/public/react/src/modules/tpm/TPMIndexHOC.js +++ b/public/react/src/modules/tpm/TPMIndexHOC.js @@ -148,8 +148,8 @@ export function TPMIndexHOC(WrappedComponent) { } componentDidMount() { - console.log("TPMIndexHOC========"); - console.log(this.props); + // console.log("TPMIndexHOC========"); + // console.log(this.props); window.addEventListener('keyup', this.keyupListener) if(this.props.match.path==="/"){