removing excess logs

This commit is contained in:
zmeyer44 2023-11-02 09:12:50 -04:00
parent 00614f11be
commit ffa2fc466b

View File

@ -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) ??