diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index ac9d4fc4..a59081a0 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -551,7 +551,6 @@ export default { this.proposals.forEach(x => { this.$http.getGovernanceProposalVote(x.id, address, null) .then(v => { - console.log(v) this.myVotes[x.id] = this.formatVoteOption(v.vote.option) }) .catch(() => {