From 051b1a1d57430bc9818e8da09a470fc267f3430f Mon Sep 17 00:00:00 2001 From: Max Alekseenko Date: Tue, 19 Nov 2019 15:37:48 +0300 Subject: [PATCH] remove comment --- src/stores/ContractsStore.js | 1 - 1 file changed, 1 deletion(-) 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()