diff --git a/src/stores/ContractsStore.js b/src/stores/ContractsStore.js index be3f122..f730851 100644 --- a/src/stores/ContractsStore.js +++ b/src/stores/ContractsStore.js @@ -422,7 +422,6 @@ class ContractsStore { @action async getBallotsLimits() { return new Promise(async resolve => { - console.log('>>>>>>>>>>>>>>>>>>>>>>>') if (this.web3Instance && this.netId) { const limitPerValidator = await this.ballotsStorage.instance.methods.getBallotLimitPerValidator().call()