You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by cj...@apache.org on 2001/02/07 12:07:56 UTC

cvs commit: xml-batik/sources/org/apache/batik/bridge BridgeEventSupport.java

cjolif      01/02/07 03:07:56

  Modified:    sources/org/apache/batik/bridge BridgeEventSupport.java
  Log:
  remove a debug purpose printStackTrace() call.
  
  Revision  Changes    Path
  1.5       +1 -2      xml-batik/sources/org/apache/batik/bridge/BridgeEventSupport.java
  
  Index: BridgeEventSupport.java
  ===================================================================
  RCS file: /home/cvs/xml-batik/sources/org/apache/batik/bridge/BridgeEventSupport.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- BridgeEventSupport.java	2001/02/07 11:03:37	1.4
  +++ BridgeEventSupport.java	2001/02/07 11:07:54	1.5
  @@ -40,7 +40,7 @@
    * on the GVT root to propagate GVT events to the DOM.
    * @author <a href="mailto:cjolif@ilog.fr>Christophe Jolif</a>
    * @author <a href="mailto:stephane@hillion.org">Stephane Hillion</a>
  - * @version $Id: BridgeEventSupport.java,v 1.4 2001/02/07 11:03:37 cjolif Exp $
  + * @version $Id: BridgeEventSupport.java,v 1.5 2001/02/07 11:07:54 cjolif Exp $
    */
   class BridgeEventSupport {
       private static final String[] EVENT_ATTRIBUTES = {
  @@ -318,7 +318,6 @@
               } catch (IOException io) {
                   // will never appeared we don't use a file
               } catch (InterpreterException e) {
  -                e.getException().printStackTrace();
                   if (ua != null)
                       ua.displayError("scripting error: " +
                                       e.getMessage());