chore: clean
This commit is contained in:
parent
126f6f49c8
commit
03c923b3ee
1 changed files with 0 additions and 2 deletions
|
|
@ -237,7 +237,6 @@ function mapNode() {
|
|||
const pricePerUnit = p.product.vatIncluded
|
||||
? precisionRound(price / (1 + (config.value?.vat || 0.07)))
|
||||
: price;
|
||||
console.log(pricePerUnit);
|
||||
return {
|
||||
id: p.product.id,
|
||||
title: p.product.name,
|
||||
|
|
@ -267,7 +266,6 @@ function mapNode() {
|
|||
? precisionRound(price / (1 + (config.value?.vat || 0.07)))
|
||||
: price;
|
||||
|
||||
console.log(pricePerUnit);
|
||||
return {
|
||||
id: v.id,
|
||||
title: v.name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue