1
0

Remove debug print statement accidentally left in code.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@369735 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Kitching
2006-01-17 09:54:42 +00:00
parent 1693599580
commit c9a298dd65

View File

@@ -84,7 +84,6 @@ public class PathableClassLoader extends URLClassLoader {
* library in the build.xml file. * library in the build.xml file.
*/ */
public void addURL(URL url) { public void addURL(URL url) {
System.err.println("adding URL [" + url + "]");
super.addURL(url); super.addURL(url);
} }