Skip to content

Commit

Permalink
Merge pull request #936 from liquality/bugfix/removing-console-logs
Browse files Browse the repository at this point in the history
Removing console logs
  • Loading branch information
beemi authored Nov 28, 2022
2 parents 2ce6efe + 2d71315 commit fe30a51
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/views/Swap/Swap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1567,9 +1567,6 @@ export default {
},
currentStep: function (val) {
if (val === 'inputs') this.updateQuotes()
},
maxSwapFees(val) {
console.log('maxSwapFees', val)
}
}
}
Expand Down

0 comments on commit fe30a51

Please sign in to comment.