From c300cf393f19529b7d6bd5e10d4d84e9474d0236 Mon Sep 17 00:00:00 2001 From: Aaron Cox Date: Fri, 17 Apr 2020 14:54:06 -0400 Subject: [PATCH] removed debugging --- src/containers/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/containers/index.js b/src/containers/index.js index 831371a..3109e00 100644 --- a/src/containers/index.js +++ b/src/containers/index.js @@ -142,8 +142,6 @@ class IndexContainer extends Component { }); } if (this.state.contract && !this.state.abi) { - console.log("loading", this.state.contract) - console.log("from", this.state.blockchain) eos.getAbi(this.state.contract).then((result) => { this.setState({ abi: result.abi }); });