From cc8e907db305542846d60214ae53b5e03bfd5ff8 Mon Sep 17 00:00:00 2001 From: rzadp Date: Tue, 6 Aug 2019 14:15:21 +0200 Subject: [PATCH] console logs --- ui/src/stores/HomeStore.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ui/src/stores/HomeStore.js b/ui/src/stores/HomeStore.js index 5118e7678..40bf8beef 100644 --- a/ui/src/stores/HomeStore.js +++ b/ui/src/stores/HomeStore.js @@ -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 @@ -162,7 +160,6 @@ class HomeStore { } async setHome() { - console.log('setHome()') if (!this.rootStore.bridgeModeInitialized) { setTimeout(() => this.setHome(), 200) return @@ -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 () => {