fix: remove console.log
This commit is contained in:
parent
5f6740c573
commit
26f802ef28
1 changed files with 0 additions and 2 deletions
|
@ -39,8 +39,6 @@ const organizeByDate = (collection) => {
|
||||||
collectionByDate[year][month].push(item);
|
collectionByDate[year][month].push(item);
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log(collectionByDate);
|
|
||||||
|
|
||||||
return collectionByDate;
|
return collectionByDate;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue