chore: remove console.log

This commit is contained in:
Ayo Ayco 2024-05-05 10:04:35 +02:00
parent 3a75fe2a7f
commit c295a7cf90

View file

@ -5,8 +5,6 @@ export function renderMentions(mentions, rootSelector, ignoreAuthorUrls = []) {
(m) => m["wm-private"] !== true && !ignoreAuthorUrls.includes(m.author.url)
);
console.log(mentions);
if (mentions.length) {
webMentionsSection.innerHTML =
"<h2 id='webmentions'>From Across the Web</h2>";