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