From bfcc07865d2e2fe7fd84cdbcbfd6542cbeec1811 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Thu, 30 Nov 2023 22:18:33 -0600 Subject: [PATCH] FORGOT TO REMOVE DEBUG LOGS --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 4aca272..2d72b4f 100644 --- a/index.js +++ b/index.js @@ -228,7 +228,6 @@ function mastoUpdate() { for (let index = 0; index < posts.length; index++) { const post = posts[index]; - console.log(post) newHTML += `
` newHTML += `` newHTML += `

` + data.title._text + `


`