Skip to content

Commit

Permalink
Update news parser
Browse files Browse the repository at this point in the history
  • Loading branch information
siunus committed Jan 6, 2024
1 parent d1bb6a2 commit c1d6705
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions v2023/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -1115,8 +1115,6 @@ parseNews1 = function (html) {
}
});

console.log(news);

let newsHtml = "";
news.forEach(function (news, i) {
const title =
Expand Down

0 comments on commit c1d6705

Please sign in to comment.