pbwest 2002/11/13 07:12:18 Modified: src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FONode.java Log: Remove debugging printlns. Revision Changes Path No revision No revision 1.19.2.25 +2 -6 xml-fop/src/org/apache/fop/fo/FONode.java Index: FONode.java =================================================================== RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/FONode.java,v retrieving revision 1.19.2.24 retrieving revision 1.19.2.25 diff -u -r1.19.2.24 -r1.19.2.25 --- FONode.java 13 Nov 2002 04:04:48 -0000 1.19.2.24 +++ FONode.java 13 Nov 2002 15:12:17 -0000 1.19.2.25 @@ -191,8 +191,6 @@ throws TreeException, FOPException, PropertyException { super(foTree, parent); - if (type == FObjectNames.BLOCK) - System.out.println("Constructing FONode for FoBlock"); this.type = type; this.stateFlags = stateFlags; attrSet = stateFlags & ATTRIBUTESETS; @@ -214,8 +212,6 @@ // Do not set up the remaining properties now. // These will be developed by inheritance or from the initial values // as the property values are referenced. - if (type == FObjectNames.BLOCK) - System.out.println("Finshed constructing FONode for FoBlock"); } private void processAttributes() throws FOPException, PropertyException {
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]