Skip to content

Commit

Permalink
🔇 Remove unused logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Xen0Xys committed Jun 7, 2024
1 parent 8d10356 commit 98c9d13
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/webtoon/webtoon/webtoon-parser.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ export class WebtoonParserService{
const stars = a.querySelector("p.grade_area")?.querySelector("em")?.textContent;
const link = a.href;
const id = link.split("?title_no=")[1];
// const thumbnail = a.querySelector("img")?.src;
// console.log("title", title);
let thumbnail = mobileThumbnails.find(t => t.name === title)?.thumbnail;
if(!thumbnail)
thumbnail = a.querySelector("img")?.src;
Expand Down

0 comments on commit 98c9d13

Please sign in to comment.