Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
atmoner committed Nov 11, 2021
1 parent e0bdf73 commit 7c25f83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/staking/ValidatorRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ export default {
return stakingDenomRewards.length > 0 ? stakingDenomRewards[0].amount : 0
},
checkValidatorUptime() {
console.log(this.validator.status)
if (this.validator.status === 'INACTIVE') {
return '0%'
} else {
Expand Down

0 comments on commit 7c25f83

Please sign in to comment.