mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Remove debug log
This commit is contained in:
parent
183e83684a
commit
0d480dbf7c
1 changed files with 0 additions and 1 deletions
|
@ -248,7 +248,6 @@ class Downloader(
|
|||
* @param download the chapter to be downloaded.
|
||||
*/
|
||||
private fun downloadChapter(download: Download): Observable<Download> = Observable.defer {
|
||||
Timber.e("Thread: ${Thread.currentThread()}")
|
||||
val chapterDirname = provider.getChapterDirName(download.chapter)
|
||||
val mangaDir = provider.getMangaDir(download.manga, download.source)
|
||||
val tmpDir = mangaDir.createDirectory("${chapterDirname}_tmp")
|
||||
|
|
Loading…
Reference in a new issue