Remove debug log

This commit is contained in:
inorichi 2018-02-18 19:19:59 +01:00
parent 183e83684a
commit 0d480dbf7c

View File

@ -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")