You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by pi...@apache.org on 2004/11/03 03:05:06 UTC

svn commit: rev 56454 - cocoon/whiteboard/kernel/sources/runtime/org/apache/cocoon/kernel/deployment

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 {