Shame on me
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 19 Oct 2006 20:30:41 +0000 (20:30 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 19 Oct 2006 20:30:41 +0000 (20:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@465767 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/core/AprLifecycleListener.java

index fd3cfd2..8cb8d65 100644 (file)
@@ -88,7 +88,6 @@ public class AprLifecycleListener
                 minor = clazz.getField("TCN_MINOR_VERSION").getInt(null);
                 patch = clazz.getField("TCN_PATCH_VERSION").getInt(null);
             } catch (Throwable t) {
-                t.printStackTrace();
                 if (!log.isDebugEnabled()) {
                     log.info(sm.getString("aprListener.aprInit", 
                             System.getProperty("java.library.path")));