mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 07:52:15 +00:00
remove log
This commit is contained in:
parent
03adff80f7
commit
ec76757f93
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue