Skip to content

Commit

Permalink
refactor: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenijesavic committed Sep 19, 2023
1 parent eb0789d commit 2e13540
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/proposals/create/StepPayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ export default {
methods: {
calculateToken (token, tokenMultiplier) {
console.log(tokenMultiplier)
return !this.toggle
? this.getFormatedTokenAmount(token * (tokenMultiplier || 1), Number.MAX_VALUE)
: this.getFormatedTokenAmount((token * (tokenMultiplier || 1) / this.periodsOnCycle).toFixed(2), Number.MAX_VALUE)
Expand Down

0 comments on commit 2e13540

Please sign in to comment.