mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 16:18:55 +01:00 
			
		
		
		
	Remove debug log
This commit is contained in:
		@@ -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")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user