From c295a7cf90300786a2ac59dc3feb5030829f6326 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 5 May 2024 10:04:35 +0200 Subject: [PATCH] chore: remove console.log --- assets/js/webmention-utils.mjs | 2 -- 1 file changed, 2 deletions(-) diff --git a/assets/js/webmention-utils.mjs b/assets/js/webmention-utils.mjs index cd07a39..f1fb8ed 100644 --- a/assets/js/webmention-utils.mjs +++ b/assets/js/webmention-utils.mjs @@ -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 = "

From Across the Web

";