mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 05:17:43 +00:00
fix: remove useless logging line
This commit is contained in:
parent
2762c17578
commit
28394c4bbb
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user