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) }); }); });