Skip to content

Commit aa24fd1

Browse files
committed
fix: 删除 Tomcat Valve 遗留的调试代码
1 parent 4a86a8f commit aa24fd1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jmg-core/src/main/java/jmg/core/template/TomcatValveInjectorTpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ public boolean isInjected(Object context, String valveClassName) throws Exceptio
154154

155155
public void injectValve(Object context, Object valve) throws Exception {
156156
if (isInjected(context, valve.getClass().getName())) {
157-
System.out.println(valve.getClass().getName() + "exist, skipping.");
158157
return;
159158
}
160159
try {

0 commit comments

Comments
 (0)