fix: remove useless logging line

This commit is contained in:
Harsh Shandilya 2022-10-24 15:32:22 +05:30
parent 2762c17578
commit 28394c4bbb
No known key found for this signature in database

View File

@ -334,7 +334,6 @@ class PasswordStore : BaseGitActivity() {
private fun checkLocalRepository(localDir: File?) {
if (localDir != null && settings.getBoolean(PreferenceKeys.REPOSITORY_INITIALIZED, false)) {
logcat { "Check, dir: ${localDir.absolutePath}" }
// do not push the fragment if we already have it
if (
getPasswordFragment() == null || settings.getBoolean(PreferenceKeys.REPO_CHANGED, false)