Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 193a8b5

Browse files
author
tkostuch
committed
clean code
1 parent ba1b58f commit 193a8b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/taxcalc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ function assignPrice ({ product, target, price = 0, tax = 0, deprecatedPriceFiel
6666
}
6767

6868
export function updateProductPrices ({ product, rate, sourcePriceInclTax = false, deprecatedPriceFieldsSupport = false, finalPriceInclTax = true }) {
69-
console.log(finalPriceInclTax)
7069
const rate_factor = parseFloat(rate.rate) / 100
7170
const hasOriginalPrices = (
7271
product.hasOwnProperty('original_price') &&

0 commit comments

Comments
 (0)