From 6f077f1c5e3eef34004b21d4dc2f28a2c2eda099 Mon Sep 17 00:00:00 2001 From: Manuel <30572287+manuel-rw@users.noreply.github.com> Date: Sun, 28 Jan 2024 21:19:41 +0100 Subject: [PATCH] fix: remove console log (#1861) --- src/server/api/routers/rss.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/server/api/routers/rss.ts b/src/server/api/routers/rss.ts index 7f91285a1..a90e03d0c 100644 --- a/src/server/api/routers/rss.ts +++ b/src/server/api/routers/rss.ts @@ -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