Skip to content

Commit

Permalink
Logger hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
GianfrancoBazzani committed Nov 10, 2023
1 parent c4bfefe commit 346a522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 346a522

Please sign in to comment.