remove comment

This commit is contained in:
Max Alekseenko 2019-11-19 15:37:48 +03:00
parent c8047f9520
commit 051b1a1d57
1 changed files with 0 additions and 1 deletions

View File

@ -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()