From ffa2fc466bb4cba7de0b7ee8ed29d3092b73ac9d Mon Sep 17 00:00:00 2001 From: zmeyer44 Date: Thu, 2 Nov 2023 09:12:50 -0400 Subject: [PATCH] removing excess logs --- components/Cards/CalendarEvent/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/Cards/CalendarEvent/index.tsx b/components/Cards/CalendarEvent/index.tsx index 2746843..818ab65 100644 --- a/components/Cards/CalendarEvent/index.tsx +++ b/components/Cards/CalendarEvent/index.tsx @@ -29,7 +29,6 @@ export default function CalendarEventCard({ const { profile } = useProfile(pubkey); const title = getTagValues("name", tags) || "Untitled"; - console.log("tite", tags); const image = getTagValues("image", tags) ?? getTagValues("picture", tags) ??