Skip to content

Commit

Permalink
Merge pull request #50 from Harsh4902/main
Browse files Browse the repository at this point in the history
println() method removed from HtmxHandlerMethodArgumentResolver
  • Loading branch information
wimdeblauwe authored Jul 19, 2023
2 parents 5811d4f + e6e1c2d commit 4b0bd2b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ public Object resolveArgument(MethodParameter parameter,
ModelAndViewContainer mavContainer,
NativeWebRequest webRequest,
WebDataBinderFactory binderFactory) throws Exception {
Object nativeRequest = webRequest.getNativeRequest();
System.out.println("nativeRequest = " + nativeRequest);
return createHtmxRequest(Objects.requireNonNull(webRequest.getNativeRequest(HttpServletRequest.class)));
}

Expand Down

0 comments on commit 4b0bd2b

Please sign in to comment.