mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-18 20:03:56 +00:00
fix: remove unneeded (& problematic) logs (#473)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user