fix: remove stale comment
This commit is contained in:
parent
bb385084d0
commit
f778eab94e
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ constructor(
|
||||||
out: ByteArrayOutputStream,
|
out: ByteArrayOutputStream,
|
||||||
) {
|
) {
|
||||||
val keys = pgpKeyManager.getAllKeys().unwrap()
|
val keys = pgpKeyManager.getAllKeys().unwrap()
|
||||||
// Iterates through the keys until the first successful decryption, then returns.
|
|
||||||
pgpCryptoHandler.decrypt(keys, password, message, out)
|
pgpCryptoHandler.decrypt(keys, password, message, out)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue