diff --git a/client/src/index.js b/client/src/index.js index ceba3c64c..6fcc2cce5 100644 --- a/client/src/index.js +++ b/client/src/index.js @@ -82,7 +82,7 @@ window.addEventListener("load", async () => { if (window.web3) { ethutil.setWeb3(window.web3); - ethutil.attachLogger(); + // ethutil.attachLogger(); // Initial web3 related actions store.dispatch(actions.connectWeb3(window.web3));