Browse Source

Remove verbose log line

Vishnu Mohandas 4 năm trước cách đây
mục cha
commit
a1d61fcd39
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      lib/utils/file_util.dart

+ 0 - 1
lib/utils/file_util.dart

@@ -335,7 +335,6 @@ Future<io.File> _downloadAndDecrypt(File file, BaseCacheManager cacheManager,
 }
 
 Future<io.File> _downloadAndDecryptThumbnail(File file) async {
-  _logger.info("Downloading thumbnail for " + file.title);
   final temporaryPath = Configuration.instance.getTempDirectory() +
       file.generatedID.toString() +
       "_thumbnail.decrypted";