mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-31 00:21:03 +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 res = source.getChapterList(sManga)
|
||||||
val reversedRes = res.reversed()
|
val reversedRes = res.reversed()
|
||||||
val chapterList = reversedRes.map { sChapterToMangaChapter(it) }
|
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
|
chapterList
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
Logger.log("loadChapters Exception: $e")
|
Logger.log("loadChapters Exception: $e")
|
||||||
|
|||||||
Reference in New Issue
Block a user