antonio     2003/10/11 10:08:18

  Modified:    src/blocks/scratchpad/java/org/apache/cocoon/generation
                        TraversableSourceDescriptionGenerator.java
  Log:
  Removing not needed debug statements.
  Thanks to: Unico Hommes (unico_AT_hippo.nl)
  See bug #23694
  
  Revision  Changes    Path
  1.2       +1 -6      
cocoon-2.1/src/blocks/scratchpad/java/org/apache/cocoon/generation/TraversableSourceDescriptionGenerator.java
  
  Index: TraversableSourceDescriptionGenerator.java
  ===================================================================
  RCS file: 
/home/cvs//cocoon-2.1/src/blocks/scratchpad/java/org/apache/cocoon/generation/TraversableSourceDescriptionGenerator.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TraversableSourceDescriptionGenerator.java        10 Oct 2003 17:48:10 
-0000      1.1
  +++ TraversableSourceDescriptionGenerator.java        11 Oct 2003 17:08:18 
-0000      1.2
  @@ -163,10 +163,7 @@
           throws ProcessingException, SAXException, IOException {
           
           super.setup(resolver, objectModel, location, parameters);
  -        
  -        getLogger().debug("setup");
  -        System.out.println("setup");
  -        
  +
           this.properties = parameters.getParameterAsBoolean("properties", 
true);
           this.permissions = parameters.getParameterAsBoolean("permissions", 
true);
           this.locks = parameters.getParameterAsBoolean("locks", true);
  @@ -199,8 +196,6 @@
        */
       private void pushSourceDescription(Source source) 
           throws SAXException, SourceException {
  -        
  -        getLogger().debug("pushSourceDescription(" + source.getURI() + ")");
           
           if (source == null) {
               return;
  
  
  

Reply via email to