mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-01 06:45: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) {
|
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)) {
|
||||||
|
Reference in New Issue
Block a user