Remove unused log

This commit is contained in:
J-Jamet
2021-01-11 17:58:22 +01:00
parent 6b0ccc1780
commit bd0d17b134

View File

@@ -462,7 +462,6 @@ class DatabaseKDBX : DatabaseVersioned<UUID, UUID, GroupKDBX, EntryKDBX> {
} }
} }
} catch (e: Exception) { } catch (e: Exception) {
Log.e(TAG, "Unable to read XML keyfile", e)
return null return null
} }
return null return null