Hi,

This removes some debug code left in CSS.parseMarginShorthand.

2006-12-04  Mark Wielaard  <[EMAIL PROTECTED]>

    * javax/swing/text/html/CSS.java (parseMarginShorthand):
    Remove debug output.

Committed,

Mark

diff -u -r1.13 CSS.java
--- javax/swing/text/html/CSS.java      3 Dec 2006 23:42:33 -0000
1.13
+++ javax/swing/text/html/CSS.java      4 Dec 2006 20:57:57 -0000
@@ -645,7 +645,6 @@
     if (numTokens == 1)
       {
         Length l = new Length(tokens.nextToken());
-        System.err.println("margin: " + l);
         atts.addAttribute(Attribute.MARGIN_BOTTOM, l);
         atts.addAttribute(Attribute.MARGIN_LEFT, l);
         atts.addAttribute(Attribute.MARGIN_RIGHT, l);

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to