remove console

This commit is contained in:
liangping 2022-11-07 13:27:41 +08:00
parent f75a89ac2d
commit 65acb215bb

View File

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