1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

PM-4739 Remove unnecessary comment

This commit is contained in:
Carlos Gonçalves
2023-12-12 12:36:18 +00:00
parent edc1e555b6
commit 0eea17831b

View File

@@ -743,7 +743,6 @@ namespace Bit.Core.Services
return false;
}
//var cryptoService = ServiceContainer.Resolve<ICryptoService>();
var localChecksum = await HashAsync(rawUri, CryptoHashAlgorithm.Sha256);
var remoteChecksum = await remoteUriChecksum.DecryptAsync(orgId, key);