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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user