Author: pier Date: Tue Nov 2 18:05:06 2004 New Revision: 56454 Modified: cocoon/whiteboard/kernel/sources/runtime/org/apache/cocoon/kernel/deployment/Deployer.java Log: Removing ugly debugging code
Modified: cocoon/whiteboard/kernel/sources/runtime/org/apache/cocoon/kernel/deployment/Deployer.java ============================================================================== --- cocoon/whiteboard/kernel/sources/runtime/org/apache/cocoon/kernel/deployment/Deployer.java (original) +++ cocoon/whiteboard/kernel/sources/runtime/org/apache/cocoon/kernel/deployment/Deployer.java Tue Nov 2 18:05:06 2004 @@ -110,10 +110,6 @@ String name = descriptor.getPlugin(); this.loader.addURL(this, descriptor.getLibraries()); java.net.URL libs[] = descriptor.getLibraries(); - this.getLogger().debug("Adding a total of " + libs.length + " for " + descriptor); - for (int x = 0; x < libs.length; x ++) { - this.getLogger().debug("Adding library at " + libs[x]); - } /* Now for the initialization */ try {