Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit f778eab

Browse files
committed
fix: remove stale comment
1 parent bb38508 commit f778eab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/app/passwordstore/data/crypto/CryptoRepository.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ constructor(
4545
out: ByteArrayOutputStream,
4646
) {
4747
val keys = pgpKeyManager.getAllKeys().unwrap()
48-
// Iterates through the keys until the first successful decryption, then returns.
4948
pgpCryptoHandler.decrypt(keys, password, message, out)
5049
}
5150

0 commit comments

Comments
 (0)