fix: remove unnecessary log statement
This commit is contained in:
parent
b1cd2694d5
commit
6c575a59bb
1 changed files with 0 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue