mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 22:05:19 +00:00
fix: remove unnecessary log statement
This commit is contained in:
@@ -146,7 +146,6 @@ private fun migrateToDiceware(sharedPrefs: SharedPreferences) {
|
||||
}
|
||||
|
||||
private fun removeExternalStorageProperties(prefs: SharedPreferences) {
|
||||
logcat(TAG, INFO) { "Removing preferences related to external storage" }
|
||||
prefs.edit {
|
||||
if (prefs.contains(PreferenceKeys.GIT_EXTERNAL)) {
|
||||
if (prefs.getBoolean(PreferenceKeys.GIT_EXTERNAL, false)) {
|
||||
|
Reference in New Issue
Block a user