From 4e5bf50e54972683c08c76cf86e66512b005cdf3 Mon Sep 17 00:00:00 2001 From: OFF0 Date: Fri, 18 Aug 2023 12:20:33 +0200 Subject: [PATCH] cleanup: remove console log --- src/profiles.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/profiles.ts b/src/profiles.ts index 08f77e3..7081a4d 100644 --- a/src/profiles.ts +++ b/src/profiles.ts @@ -130,7 +130,6 @@ export const renderProfile = (pubkey: string) => { header.append(elem('h1', {}, metadata.name)); } } - console.log('render detail') const detail = getViewElem(`detail-${pubkey}`); if (metadata.about && !detail.children.length) { const [content] = parseTextContent(metadata.about);