From ec76757f93de774a597ad8240e4c417fe6da1ac4 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Thu, 9 May 2024 14:38:16 +0200 Subject: [PATCH] remove log --- test/common/libs/shops.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/common/libs/shops.js b/test/common/libs/shops.js index 9d94ab2cc1..ee29a2315f 100644 --- a/test/common/libs/shops.js +++ b/test/common/libs/shops.js @@ -254,7 +254,6 @@ describe('shops', () => { category.items.forEach(item => { expect(item.end).to.be.a('date'); expect(item.end).to.be.greaterThan(today); - console.log(item.end) }); }); });