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')