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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]