From 346a522ff0cfd9ea25773d9f04091d040129195e Mon Sep 17 00:00:00 2001 From: GianfrancoBazzani Date: Fri, 10 Nov 2023 07:59:14 +0100 Subject: [PATCH] Logger hotfix --- client/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));