Skip to content

Commit

Permalink
GUACAMOLE-793: Remove unnecessary/unused Logger instance.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-jumper committed Dec 12, 2020
1 parent 1303dab commit 1da9b7d
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

import com.google.inject.Inject;
import java.util.Arrays;
import java.util.Map;
import java.util.Set;
import javax.servlet.http.HttpServletRequest;
import org.apache.guacamole.form.Field;
import org.apache.guacamole.GuacamoleException;
Expand All @@ -34,20 +32,13 @@
import org.apache.guacamole.auth.cas.ticket.TicketValidationService;
import org.apache.guacamole.auth.cas.user.CASAuthenticatedUser;
import org.apache.guacamole.language.TranslatableMessage;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

/**
* Service providing convenience functions for the CAS AuthenticationProvider
* implementation.
*/
public class AuthenticationProviderService {

/**
* Logger for this class.
*/
private static final Logger logger = LoggerFactory.getLogger(AuthenticationProviderService.class);

/**
* Service for retrieving CAS configuration information.
*/
Expand Down

0 comments on commit 1da9b7d

Please sign in to comment.