You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2001/07/03 11:01:52 UTC

cvs commit: xml-cocoon2/bin/src st.java

cziegeler    01/07/03 02:01:51

  Modified:    bin      st.class
               bin/src  st.java
  Log:
  Removed debugging message
  
  Revision  Changes    Path
  1.2       +39 -42    xml-cocoon2/bin/st.class
  
  	<<Binary file>>
  
  
  1.2       +1 -2      xml-cocoon2/bin/src/st.java
  
  Index: st.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/bin/src/st.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- st.java	2001/06/22 08:32:31	1.1
  +++ st.java	2001/07/03 09:01:45	1.2
  @@ -28,7 +28,7 @@
    * Pretty printing
    *
    * @author <a href="mailto:cziegeler@apache.org">Carsten Ziegeler</a>
  - * @version CVS $Revision: 1.1 $ $Date: 2001/06/22 08:32:31 $
  + * @version CVS $Revision: 1.2 $ $Date: 2001/07/03 09:01:45 $
    */
   
   public class st {
  @@ -136,7 +136,6 @@
   
                       String searchString = "</map:"+arg1+">";
                       int pos = data.indexOf(searchString);
  -                    System.out.println("Found ("+searchString+") at " +pos);
                       if (pos != -1) {
                           data = data.substring(0, pos)
                                + "<map:"+arg1.substring(0, arg1.length()-1)
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org