Skip to content

Commit

Permalink
removed debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Apr 17, 2020
1 parent b674013 commit c300cf3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/containers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
});
Expand Down

0 comments on commit c300cf3

Please sign in to comment.