mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 12:41:10 -04:00
remove console log
This commit is contained in:
@ -263,7 +263,6 @@ const itemWiseTaxes = computed(() => {
|
||||
if (found) {
|
||||
found.amount += tax.amount
|
||||
} else if (tax.tax_type_id) {
|
||||
console.log(tax, 'getting the tax here')
|
||||
taxes.push({
|
||||
tax_type_id: tax.tax_type_id,
|
||||
amount: tax.amount,
|
||||
|
||||
Reference in New Issue
Block a user