Clean code

This commit is contained in:
liangping 2021-09-15 19:56:08 +08:00
parent acca0f1a0f
commit caf23b4e93

View File

@ -374,7 +374,6 @@ export default {
this.sequence = ret.value.sequence ? ret.value.sequence : 0
}
})
console.log(this.validatorAddress)
this.$http.getStakingDelegations(this.address).then(res => {
this.delegations = res.delegation_responses
this.delegations.forEach(x => {
@ -444,8 +443,6 @@ export default {
chainId: this.chainId,
}
console.log(txMsgs)
sign(
this.wallet,
this.chainId,