remove log

This commit is contained in:
Phillip Thelen 2024-05-09 14:38:16 +02:00
parent 03adff80f7
commit ec76757f93

View file

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