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 {