mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-07 16:09:38 +02:00
fix: remove unnecessary log statement
This commit is contained in:
parent
b1cd2694d5
commit
6c575a59bb
|
@ -146,7 +146,6 @@ private fun migrateToDiceware(sharedPrefs: SharedPreferences) {
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun removeExternalStorageProperties(prefs: SharedPreferences) {
|
private fun removeExternalStorageProperties(prefs: SharedPreferences) {
|
||||||
logcat(TAG, INFO) { "Removing preferences related to external storage" }
|
|
||||||
prefs.edit {
|
prefs.edit {
|
||||||
if (prefs.contains(PreferenceKeys.GIT_EXTERNAL)) {
|
if (prefs.contains(PreferenceKeys.GIT_EXTERNAL)) {
|
||||||
if (prefs.getBoolean(PreferenceKeys.GIT_EXTERNAL, false)) {
|
if (prefs.getBoolean(PreferenceKeys.GIT_EXTERNAL, false)) {
|
||||||
|
|
Loading…
Reference in a new issue