From 2fa8a4149cbf5797adbc294905854ed19639a758 Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Sun, 28 May 2023 18:48:13 +0200 Subject: [PATCH] Remove debug output --- stores/lidl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stores/lidl.js b/stores/lidl.js index 658f27a..7d1f382 100644 --- a/stores/lidl.js +++ b/stores/lidl.js @@ -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,