Remove debug print
This commit is contained in:
parent
b7b4f3a167
commit
c033bcf16a
@ -191,7 +191,6 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
window.sum += item.tokens
|
window.sum += item.tokens
|
||||||
}
|
}
|
||||||
console.log(this.stakingPool.bondedToken)
|
|
||||||
const rank = window.sum / this.stakingPool.bondedToken
|
const rank = window.sum / this.stakingPool.bondedToken
|
||||||
if (rank < 0.333) {
|
if (rank < 0.333) {
|
||||||
return 'danger'
|
return 'danger'
|
||||||
|
Loading…
Reference in New Issue
Block a user