mirror of
https://github.com/pen4uin/java-memshell-generator.git
synced 2026-09-22 01:30:43 +08:00
fix: 删除 Tomcat Valve 遗留的调试代码
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user