Skip to content

Commit

Permalink
removed some more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
RealDekkia committed Apr 19, 2024
1 parent 666fe76 commit 58f2213
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions thread/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,6 @@ const threadUnroll = {
}

if (status.card && status.card.image) {

console.log(status);

var cardWrapper = document.createElement("a");
cardWrapper.className = "cardWrapper";
cardWrapper.href = status.card.url;
Expand Down

0 comments on commit 58f2213

Please sign in to comment.