]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Removed debugging printlns.
authorPeter Bernard West <pbwest@apache.org>
Wed, 13 Nov 2002 15:36:41 +0000 (15:36 +0000)
committerPeter Bernard West <pbwest@apache.org>
Wed, 13 Nov 2002 15:36:41 +0000 (15:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195529 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/fo/properties/FontSize.java

index e9a38458497b8d725382b042144358dadb86d6f7..9b4347f94463b0a4bf1880ac1d24326ece4b3fee 100644 (file)
@@ -35,7 +35,6 @@ public class FontSize extends Property  {
     public PropertyValue getInitialValue(int property)
         throws PropertyException
     {
-        System.out.println("font-size initial size"); //DEBUG
         return getMappedLength(null, MEDIUM);
     }
 
@@ -71,8 +70,6 @@ public class FontSize extends Property  {
     public Numeric getMappedLength(FONode node, int enum)
         throws PropertyException
     {
-        System.out.println("font-size getMappedLength " + enum + " "
-                            + mappedLengths[enum]);
         if (enum == LARGER || enum == SMALLER)
             return Ems.makeEms
                             (node, PropNames.FONT_SIZE, mappedLengths[enum]);