FORGOT TO REMOVE DEBUG LOGS
This commit is contained in:
parent
7710049900
commit
bfcc07865d
1 changed files with 0 additions and 1 deletions
1
index.js
1
index.js
|
@ -228,7 +228,6 @@ function mastoUpdate() {
|
|||
|
||||
for (let index = 0; index < posts.length; index++) {
|
||||
const post = posts[index];
|
||||
console.log(post)
|
||||
newHTML += `<a href="${post.link._text}"><div class="post">`
|
||||
newHTML += `<img class="minipfp" src="${data.image.url._text}">`
|
||||
newHTML += `<h3 style="display: inline-block; vertical-align: -15%;">` + data.title._text + `</h3><br>`
|
||||
|
|
Loading…
Reference in a new issue