cleanup: remove console log
parent
fea8c0bd21
commit
4e5bf50e54
|
@ -130,7 +130,6 @@ export const renderProfile = (pubkey: string) => {
|
||||||
header.append(elem('h1', {}, metadata.name));
|
header.append(elem('h1', {}, metadata.name));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log('render detail')
|
|
||||||
const detail = getViewElem(`detail-${pubkey}`);
|
const detail = getViewElem(`detail-${pubkey}`);
|
||||||
if (metadata.about && !detail.children.length) {
|
if (metadata.about && !detail.children.length) {
|
||||||
const [content] = parseTextContent(metadata.about);
|
const [content] = parseTextContent(metadata.about);
|
||||||
|
|
Loading…
Reference in New Issue