Skip to content

Commit

Permalink
chore: Remove unused console.log statement in DepositOffers.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysrbolles committed Aug 15, 2024
1 parent 565c599 commit 481640c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/wallet/earn/DepositOffers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ export default class DepositOffers extends Vue {
this.$data.depositOffer = undefined
this.$data.createOffer = false
}
beforeCreate() {
console.log('salam , deposit offers', this.platformOffers)
}
}
</script>
<style scoped lang="scss">
Expand Down

0 comments on commit 481640c

Please sign in to comment.