Remove unused log

This commit is contained in:
J-Jamet
2021-01-11 14:55:37 +01:00
parent b60d610d02
commit d75ac4b825

View File

@@ -478,7 +478,6 @@ class DatabaseKDBX : DatabaseVersioned<UUID, UUID, GroupKDBX, EntryKDBX> {
val dataDigest = digest.digest(data.hexStringToByteArray())
.copyOfRange(0, 4)
.toHexString()
Log.d(TAG, "Digest $dataDigest compared to hash $hash")
success = dataDigest == hash
} catch (e: NoSuchAlgorithmException) {
e.printStackTrace()