Skip to content

Commit

Permalink
console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp committed Aug 6, 2019
1 parent f1214f1 commit cc8e907
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ui/src/stores/HomeStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@ class HomeStore {
blockRewardContract = {}

constructor(rootStore) {
console.log('the commons is')
console.log(getPastEvents)
this.homeWeb3 = rootStore.web3Store.homeWeb3
this.web3Store = rootStore.web3Store
this.alertStore = rootStore.alertStore
Expand All @@ -162,7 +160,6 @@ class HomeStore {
}

async setHome() {
console.log('setHome()')
if (!this.rootStore.bridgeModeInitialized) {
setTimeout(() => this.setHome(), 200)
return
Expand Down Expand Up @@ -246,7 +243,6 @@ class HomeStore {
@action
async getBalance() {
try {
console.log('GET BALANCE...')
if (this.rootStore.bridgeMode === BRIDGE_MODES.ERC_TO_ERC) {
this.balance = await getTotalSupply(this.tokenContract)
this.web3Store.getWeb3Promise.then(async () => {
Expand Down

0 comments on commit cc8e907

Please sign in to comment.