]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
removed println
authorKeiron Liddle <keiron@apache.org>
Thu, 21 Feb 2002 09:27:56 +0000 (09:27 +0000)
committerKeiron Liddle <keiron@apache.org>
Thu, 21 Feb 2002 09:27:56 +0000 (09:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194662 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/svg/PDFTextPainter.java

index 692986bcdab9ca7b19fae4b41c6d3f40396a5fba..6476d85d9f12c551ca20f89110af48306d625c0f 100644 (file)
@@ -83,7 +83,6 @@ public class PDFTextPainter implements TextPainter {
             (Float)aci.getAttribute(GVTAttributedCharacterIterator.TextAttribute.X);
         Float ypos =
             (Float)aci.getAttribute(GVTAttributedCharacterIterator.TextAttribute.Y);
-System.out.println("data:" + size + ":" + forg + ":" + xpos + ":" + ypos);
 
         Float posture = (Float)aci.getAttribute(TextAttribute.POSTURE);
         Float taWeight = (Float)aci.getAttribute(TextAttribute.WEIGHT);