Skip to content

Commit

Permalink
refactor: remove unnecessary console.log
Browse files Browse the repository at this point in the history
Co-authored-by: roiLeo <medina.leo42@gmail.com>
  • Loading branch information
stephenjason89 and roiLeo authored Aug 21, 2023
1 parent 6f2b5c6 commit 8275b6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/bsx/input/TokenBalanceInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const unit = computed(() => asset.value.symbol)
const decimals = computed(() => asset.value.decimals)
function checkValidity() {
console.log('token balance validity')
return balanceInputComponent.value?.checkValidity()
}
</script>

0 comments on commit 8275b6e

Please sign in to comment.