remove console
This commit is contained in:
parent
f75a89ac2d
commit
65acb215bb
@ -413,7 +413,6 @@ export default {
|
||||
if (p.status === 2) {
|
||||
return Number(this.tallyParam.quorum) * Number(this.tallyParam.threshold) * (1 - p.tally.abstain) * 100
|
||||
}
|
||||
console.log(p.tally, Number(this.tallyParam.threshold) * (1 - p.tally.abstain) * 100)
|
||||
return Number(this.tallyParam.threshold) * (1 - p.tally.abstain) * 100
|
||||
}
|
||||
return 50
|
||||
|
Loading…
Reference in New Issue
Block a user