cziegeler    01/07/12 03:57:17

  Modified:    src/org/apache/cocoon/components/source SitemapSource.java
  Log:
  Removed debug messages
  
  Revision  Changes    Path
  1.11      +1 -3      
xml-cocoon2/src/org/apache/cocoon/components/source/SitemapSource.java
  
  Index: SitemapSource.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/org/apache/cocoon/components/source/SitemapSource.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- SitemapSource.java        2001/07/12 06:34:13     1.10
  +++ SitemapSource.java        2001/07/12 10:57:14     1.11
  @@ -50,7 +50,7 @@
    * Description of a source which is defined by a pipeline.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Carsten Ziegeler</a>
  - * @version CVS $Revision: 1.10 $ $Date: 2001/07/12 06:34:13 $
  + * @version CVS $Revision: 1.11 $ $Date: 2001/07/12 10:57:14 $
    */
   
   public final class SitemapSource
  @@ -260,9 +260,7 @@
                               // the event pipeline is cacheable
                               // now calculate a last modification date
                               String hashKey = pck.toString() + validity.toString();
  -                            System.out.println("Building hash key:" + hashKey);
                               this.lastModificationDate = HashUtil.hash(hashKey);
  -                            System.out.println("Hash:" + this.lastModificationDate);
                           }
                       }
                   }
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to