mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-27 17:59:16 +01:00
fix: remove console log (#1861)
This commit is contained in:
@@ -117,7 +117,6 @@ const getFeedUrl = async (
|
||||
categories: string[] | { _: string }[];
|
||||
pubDate?: string;
|
||||
}) => {
|
||||
Consola.info('item ' + item.title + ' has pub date ' + item.pubDate);
|
||||
return {
|
||||
...item,
|
||||
categories: item.categories
|
||||
|
||||
Reference in New Issue
Block a user