pbwest      2002/10/08 22:55:06

  Modified:    src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FOTree.java
  Log:
  Commented out debugging output.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.17  +4 -4      xml-fop/src/org/apache/fop/fo/Attic/FOTree.java
  
  Index: FOTree.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/Attic/FOTree.java,v
  retrieving revision 1.1.2.16
  retrieving revision 1.1.2.17
  diff -u -r1.1.2.16 -r1.1.2.17
  --- FOTree.java       5 Oct 2002 02:44:24 -0000       1.1.2.16
  +++ FOTree.java       9 Oct 2002 05:55:06 -0000       1.1.2.17
  @@ -96,8 +96,8 @@
               if (i == PropNames.FONT_SIZE) continue;
               // Set up the initial values for each property
               prop = PropertyConsts.getInitialValue(i);
  -            System.out.println("....Setting initial value: "
  -                               + i + ((prop == null) ? " NULL" : " notNULL"));
  +            //System.out.println("....Setting initial value: "
  +            //                 + i + ((prop == null) ? " NULL" : " notNULL"));
               initialValues[i] = prop;
           }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to