fix: remove console log (#1861)

This commit is contained in:
Manuel
2024-01-28 21:19:41 +01:00
committed by GitHub
parent ff21033b0c
commit 6f077f1c5e

View File

@@ -117,7 +117,6 @@ const getFeedUrl = async (
categories: string[] | { _: string }[]; categories: string[] | { _: string }[];
pubDate?: string; pubDate?: string;
}) => { }) => {
Consola.info('item ' + item.title + ' has pub date ' + item.pubDate);
return { return {
...item, ...item,
categories: item.categories categories: item.categories