From 99585f42c0fe1c538150046b0f30f713085459f7 Mon Sep 17 00:00:00 2001 From: Peter Bernard West Date: Wed, 9 Oct 2002 05:55:06 +0000 Subject: [PATCH] Commented out debugging output. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195309 13f79535-47bb-0310-9956-ffa450edef68 --- src/org/apache/fop/fo/FOTree.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/org/apache/fop/fo/FOTree.java b/src/org/apache/fop/fo/FOTree.java index 73557ae49..f07adbc9f 100644 --- a/src/org/apache/fop/fo/FOTree.java +++ b/src/org/apache/fop/fo/FOTree.java @@ -96,8 +96,8 @@ public class FOTree extends Tree implements Runnable { 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; } -- 2.39.5