From 03a0260b460d700b1a7d819053c1c4daaee28740 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Mon, 25 Sep 2023 10:07:50 +0200 Subject: [PATCH] remove console --- src/dashboardWebView/components/Contents/Item.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dashboardWebView/components/Contents/Item.tsx b/src/dashboardWebView/components/Contents/Item.tsx index 229b2b26..5081bf38 100644 --- a/src/dashboardWebView/components/Contents/Item.tsx +++ b/src/dashboardWebView/components/Contents/Item.tsx @@ -72,8 +72,6 @@ export const Item: React.FunctionComponent = ({ return cardFields && (cardFields.state || cardFields.date); }, [cardFields]); - console.log(footerHtml) - if (view === DashboardViewType.Grid) { return (