Remove unnecessary log
This commit is contained in:
parent
0d97967670
commit
fef621155b
1 changed files with 0 additions and 2 deletions
|
@ -343,8 +343,6 @@ Future<io.File> _downloadAndDecryptThumbnail(File file) async {
|
|||
);
|
||||
final encryptedFile = io.File(temporaryPath);
|
||||
final thumbnailDecryptionKey = decryptFileKey(file);
|
||||
_logger.info("Key: " + Sodium.bin2base64(thumbnailDecryptionKey));
|
||||
_logger.info("Header: " + file.thumbnailDecryptionHeader);
|
||||
var data = CryptoUtil.decryptChaCha(
|
||||
encryptedFile.readAsBytesSync(),
|
||||
thumbnailDecryptionKey,
|
||||
|
|
Loading…
Add table
Reference in a new issue