mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-20 11:41:26 +00:00
removed additional redetermineVaultState
This commit is contained in:
@@ -112,10 +112,6 @@ public class VaultListManager {
|
||||
|
||||
private void addAll(Collection<VaultSettings> vaultSettings) {
|
||||
Collection<Vault> vaults = vaultSettings.stream().map(this::create).toList();
|
||||
vaults.forEach(vault -> {
|
||||
VaultState.Value newState = redetermineVaultState(vault);
|
||||
LOG.info("New state for vault at {}: {}", vault.getPath(), newState);
|
||||
});
|
||||
vaultList.addAll(vaults);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user