Remove debug code that was added in r991959
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 3 Sep 2010 20:41:25 +0000 (20:41 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 3 Sep 2010 20:41:25 +0000 (20:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@992461 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/startup/CatalinaProperties.java

index 0482c85..8bc26b7 100644 (file)
@@ -87,11 +87,6 @@ public class CatalinaProperties {
         InputStream is = null;
         Throwable error = null;
 
-        ClassLoader cl = CatalinaProperties.class.getClassLoader();
-        System.err.println("CatalinaProprties: cl=" + cl.toString());
-        if ((cl = cl.getParent()) != null) {
-            System.err.println("CatalinaProprties: parent cl=" + cl.toString());
-        }
         try {
             String configUrl = getConfigUrl();
             if (configUrl != null) {