From 5b47ae030c1270e87f9d9abd7a45ceaef959c2cb Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Sat, 4 Sep 2021 11:17:09 +0800 Subject: [PATCH] Clean code --- src/views/OperationVoteComponent.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/OperationVoteComponent.vue b/src/views/OperationVoteComponent.vue index f677fd77..328d0f93 100644 --- a/src/views/OperationVoteComponent.vue +++ b/src/views/OperationVoteComponent.vue @@ -398,7 +398,6 @@ export default { this.memo, signerData, ).then(bodyBytes => { - console.log('bodybytes:', bodyBytes) this.$http.broadcastTx(bodyBytes, this.selectedChain).then(res => { setLocalTxHistory({ op: 'vote', hash: res.tx_response.txhash, time: new Date() }) this.$bvModal.hide('vote-window')