diff --git a/src/views/GovernanceProposalView.vue b/src/views/GovernanceProposalView.vue index 2df19e0b..ead05968 100644 --- a/src/views/GovernanceProposalView.vue +++ b/src/views/GovernanceProposalView.vue @@ -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