Skip to content

Commit

Permalink
Fjern ubrukt log
Browse files Browse the repository at this point in the history
  • Loading branch information
dijjal committed Aug 8, 2024
1 parent f9a6bec commit 8d5bf50
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
import java.util.Map;
import java.util.concurrent.TimeUnit;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import jakarta.enterprise.context.ApplicationScoped;
import jakarta.inject.Inject;
import no.nav.foreldrepenger.los.domene.typer.aktør.OrganisasjonsEnhet;
Expand All @@ -18,8 +15,6 @@
@ApplicationScoped
public class AnsattTjeneste {

private static final Logger LOG = LoggerFactory.getLogger(AnsattTjeneste.class);

private static final LRUCache<String, BrukerProfil> ANSATT_PROFIL = new LRUCache<>(1000, TimeUnit.MILLISECONDS.convert(24 * 7, TimeUnit.HOURS));
private static final LRUCache<String, List<String>> ANSATT_ENHETER = new LRUCache<>(1000, TimeUnit.MILLISECONDS.convert(25, TimeUnit.HOURS));
private static final Map<String, String> ENHETSNUMMER_AVDELINGSNAVN_MAP = new HashMap<>();
Expand Down

0 comments on commit 8d5bf50

Please sign in to comment.