fix: 删除 Tomcat Valve 遗留的调试代码

This commit is contained in:
pen4uin
2024-11-16 17:54:20 +08:00
parent 4a86a8fe68
commit aa24fd137c
@@ -154,7 +154,6 @@ public class TomcatValveInjectorTpl {
public void injectValve(Object context, Object valve) throws Exception {
if (isInjected(context, valve.getClass().getName())) {
System.out.println(valve.getClass().getName() + "exist, skipping.");
return;
}
try {