app: Remove debug line causing keyring errors

This commit is contained in:
Maximiliano Sandoval R 2023-09-25 00:03:18 +02:00
parent ae41fd40eb
commit 3a811a58ad
Failed to generate hash of commit

View file

@ -286,7 +286,6 @@ impl Application {
}
}
});
let is_keyring_open = false;
let has_set_password = if is_keyring_open {
spawn_tokio_blocking(async { keyring::has_set_password().await.unwrap_or(false) })