diff --git a/src/views/OperationRedelegateComponent.vue b/src/views/OperationRedelegateComponent.vue index 619e969c..7e7778d9 100644 --- a/src/views/OperationRedelegateComponent.vue +++ b/src/views/OperationRedelegateComponent.vue @@ -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,