Skip to content

Commit

Permalink
refactor: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenijesavic committed Sep 6, 2023
1 parent 0376bf1 commit 49c6d71
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/proposals/create/StepPayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export default {
usdAmount: {
immediate: true,
handler () {
console.log('usdAmount')
this.calculateTokens()
}
},
Expand All @@ -63,8 +62,7 @@ export default {
deep: true,
immediate: true,
handler () {
// console.log('annualUsdSalary')
// setTimeout(() => { this.calculateTokens() }, 33)
this.calculateTokens()
}
},
Expand Down

0 comments on commit 49c6d71

Please sign in to comment.