Skip to content

Commit

Permalink
remove extraneous log message
Browse files Browse the repository at this point in the history
  • Loading branch information
pdowler committed Sep 20, 2024
1 parent c72fd39 commit f63c8f1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ protected void doPost(HttpServletRequest request, HttpServletResponse response)
String caller = im.toDisplayString(subject);
if (authorized(subject)) {
String state = request.getParameter("state");
log.debug("state=" + state + " by " + caller);
ap.setState(state);
log.info("WebService state change by " + caller + " [OK]");
} else {
Expand Down

0 comments on commit f63c8f1

Please sign in to comment.