fix: remove unnecessary log statement

This commit is contained in:
Harsh Shandilya 2022-12-31 13:02:33 +05:30
parent b1cd2694d5
commit 6c575a59bb
No known key found for this signature in database

View file

@ -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)) {