Skip to content

Commit

Permalink
♻️ Remove unused LOGGER in AuthCookieSetter
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang committed May 9, 2024
1 parent dd48377 commit 3ebb35c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
import org.restheart.plugins.RegisterPlugin;
import org.restheart.plugins.WildcardInterceptor;
import static org.restheart.security.authenticators.AuthCookieHandler.enabled;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import io.undertow.server.handlers.CookieImpl;

Expand All @@ -30,8 +28,6 @@
description = "sets the auth cookie if the URL contains the qparam ?set-auth-cookie",
interceptPoint = InterceptPoint.RESPONSE)
public class AuthCookieSetter implements WildcardInterceptor {
static final Logger LOGGER = LoggerFactory.getLogger(AuthCookieSetter.class);

@Inject("config")
private Map<String, Object> config;

Expand Down

0 comments on commit 3ebb35c

Please sign in to comment.