Skip to content

Commit

Permalink
fix: remove unneeded (& problematic) logs (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyBridle committed Aug 28, 2024
1 parent ebb61d9 commit 6a077fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/src/main/java/ani/dantotsu/parsers/AniyomiAdapter.kt
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,6 @@ class DynamicMangaParser(extension: MangaExtension.Installed) : MangaParser() {
val res = source.getChapterList(sManga)
val reversedRes = res.reversed()
val chapterList = reversedRes.map { sChapterToMangaChapter(it) }
Logger.log("chapterList size: ${chapterList.size}")
Logger.log("chapterList: ${chapterList[1].title}")
Logger.log("chapterList: ${chapterList[1].description}")
chapterList
} catch (e: Exception) {
Logger.log("loadChapters Exception: $e")
Expand Down

0 comments on commit 6a077fa

Please sign in to comment.