Убрал дебаг

This commit is contained in:
Book Pauk
2019-01-13 16:11:52 +07:00
parent 81244b75cd
commit 85f8dd7cd8

View File

@@ -63,10 +63,10 @@ class ReaderWorker {
} finally {
//clean
/*if (decompDir)
if (decompDir)
await fs.remove(decompDir);
if (downloadedFilename)
await fs.remove(downloadedFilename);*/
await fs.remove(downloadedFilename);
}
}