mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
remove console log
This commit is contained in:
@ -478,7 +478,6 @@ function syncItemToStore() {
|
||||
if (!itemTaxes) {
|
||||
itemTaxes = []
|
||||
}
|
||||
console.log('syncItemToStore', itemTaxes)
|
||||
|
||||
let data = {
|
||||
...props.store[props.storeProp].items[props.index],
|
||||
|
||||
@ -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