mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-01 23:05:33 +00:00
fix: remove useless logging line
This commit is contained in:
@@ -334,7 +334,6 @@ class PasswordStore : BaseGitActivity() {
|
|||||||
|
|
||||||
private fun checkLocalRepository(localDir: File?) {
|
private fun checkLocalRepository(localDir: File?) {
|
||||||
if (localDir != null && settings.getBoolean(PreferenceKeys.REPOSITORY_INITIALIZED, false)) {
|
if (localDir != null && settings.getBoolean(PreferenceKeys.REPOSITORY_INITIALIZED, false)) {
|
||||||
logcat { "Check, dir: ${localDir.absolutePath}" }
|
|
||||||
// do not push the fragment if we already have it
|
// do not push the fragment if we already have it
|
||||||
if (
|
if (
|
||||||
getPasswordFragment() == null || settings.getBoolean(PreferenceKeys.REPO_CHANGED, false)
|
getPasswordFragment() == null || settings.getBoolean(PreferenceKeys.REPO_CHANGED, false)
|
||||||
|
Reference in New Issue
Block a user