chore: remove console.log
This commit is contained in:
parent
3a75fe2a7f
commit
c295a7cf90
1 changed files with 0 additions and 2 deletions
|
@ -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>";
|
||||
|
|
Loading…
Reference in a new issue