You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-commits@xmlgraphics.apache.org by ca...@apache.org on 2005/10/14 11:16:33 UTC

svn commit: r321061 - /xmlgraphics/batik/trunk/sources/org/apache/batik/bridge/svg12/SVG12TextElementBridge.java

Author: cam
Date: Fri Oct 14 02:16:29 2005
New Revision: 321061

URL: http://svn.apache.org/viewcvs?rev=321061&view=rev
Log:
1. Removed debugging print statement.

Modified:
    xmlgraphics/batik/trunk/sources/org/apache/batik/bridge/svg12/SVG12TextElementBridge.java

Modified: xmlgraphics/batik/trunk/sources/org/apache/batik/bridge/svg12/SVG12TextElementBridge.java
URL: http://svn.apache.org/viewcvs/xmlgraphics/batik/trunk/sources/org/apache/batik/bridge/svg12/SVG12TextElementBridge.java?rev=321061&r1=321060&r2=321061&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/sources/org/apache/batik/bridge/svg12/SVG12TextElementBridge.java (original)
+++ xmlgraphics/batik/trunk/sources/org/apache/batik/bridge/svg12/SVG12TextElementBridge.java Fri Oct 14 02:16:29 2005
@@ -121,7 +121,6 @@
     protected class DOMSubtreeModifiedEventListener
             extends SVGTextElementBridge.DOMSubtreeModifiedEventListener {
         public void handleEvent(Event evt) {
-            System.err.println("***");
             super.handleEvent(EventSupport.getUltimateOriginalEvent(evt));
         }
     }