You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2006/06/21 02:53:07 UTC

svn commit: r415854 - /tomcat/sandbox/java/org/apache/commons/logging/DirectJDKLog.java

Author: costin
Date: Tue Jun 20 17:53:06 2006
New Revision: 415854

URL: http://svn.apache.org/viewvc?rev=415854&view=rev
Log:
Cleanup

Modified:
    tomcat/sandbox/java/org/apache/commons/logging/DirectJDKLog.java

Modified: tomcat/sandbox/java/org/apache/commons/logging/DirectJDKLog.java
URL: http://svn.apache.org/viewvc/tomcat/sandbox/java/org/apache/commons/logging/DirectJDKLog.java?rev=415854&r1=415853&r2=415854&view=diff
==============================================================================
--- tomcat/sandbox/java/org/apache/commons/logging/DirectJDKLog.java (original)
+++ tomcat/sandbox/java/org/apache/commons/logging/DirectJDKLog.java Tue Jun 20 17:53:06 2006
@@ -62,11 +62,8 @@
                 }
             } catch( Throwable t ) {
                 // maybe it wasn't included - the ugly default will be used.
-                t.printStackTrace();
             }
             
-        } else {
-            System.out.println(System.getProperties());
         }
     }
     



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org