Skip to content

Commit

Permalink
Remove unused code. Part of fix for #638
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed May 24, 2024
1 parent 04ad5c7 commit e93b9bf
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
import jakarta.servlet.http.HttpServlet;
import jakarta.servlet.http.HttpServletRequest;
import jakarta.servlet.http.HttpServletResponse;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

/*
* There are security annotations being used now which shoudl eliminate the
Expand Down Expand Up @@ -62,8 +60,6 @@ public class ServletSecTestServlet extends HttpServlet {

private String PASSSTRING = "PASSED";

private static final Logger LOGGER = LoggerFactory.getLogger(ServletSecTestServlet.class);

/*
* testName: clientCertTest
*
Expand Down

0 comments on commit e93b9bf

Please sign in to comment.