wimdeblauwe / htmx-spring-boot

Spring Boot and Thymeleaf helpers for working with htmx
Apache License 2.0
436 stars 41 forks source link

Remove System.out.println #47

Closed wimdeblauwe closed 1 year ago

wimdeblauwe commented 1 year ago

HtmxHandlerMethodArgumentResolver has:

System.out.println("nativeRequest = " + nativeRequest);

which should be removed.

Harsh4902 commented 1 year ago

Can I work on this issue?

wimdeblauwe commented 1 year ago

Sure

wimdeblauwe commented 1 year ago

https://github.com/wimdeblauwe/htmx-spring-boot-thymeleaf/releases/tag/2.1.0 released with this change. Thank you for your contribution!