fix: remove unneeded (& problematic) logs (#473)
This commit is contained in:
parent
ebb61d94dd
commit
6a077fa48d
1 changed files with 0 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue