From aa24fd137c58e7fc57b530df5411a568f49e11d7 Mon Sep 17 00:00:00 2001 From: pen4uin Date: Sat, 16 Nov 2024 17:54:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=20Tomcat=20Valve=20?= =?UTF-8?q?=E9=81=97=E7=95=99=E7=9A=84=E8=B0=83=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/jmg/core/template/TomcatValveInjectorTpl.java | 1 - 1 file changed, 1 deletion(-) diff --git a/jmg-core/src/main/java/jmg/core/template/TomcatValveInjectorTpl.java b/jmg-core/src/main/java/jmg/core/template/TomcatValveInjectorTpl.java index fdac780..8126bf7 100644 --- a/jmg-core/src/main/java/jmg/core/template/TomcatValveInjectorTpl.java +++ b/jmg-core/src/main/java/jmg/core/template/TomcatValveInjectorTpl.java @@ -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 {