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 + `


`