Remove debug output

This commit is contained in:
Matthias Hochsteger 2023-05-28 18:48:13 +02:00
parent 55ed6f9287
commit 2fa8a4149c

View File

@ -39,7 +39,7 @@ exports.getCanonical = function(item, today) {
unit = conv.unit;
}
else
console.error(`unknown lidl unit: '${unit}'`, item.price.basePrice?.text ?? "")
console.error(`unknown lidl unit: '${unit}'`)
return {
id: item.productId,