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:
@@ -84,7 +84,6 @@ public class PathableClassLoader extends URLClassLoader {
|
||||
* library in the build.xml file.
|
||||
*/
|
||||
public void addURL(URL url) {
|
||||
System.err.println("adding URL [" + url + "]");
|
||||
super.addURL(url);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user