--- /home/cpdev/src/classpath/gnu/xml/transform/MessageNode.java	2006-01-13 17:32:48.000000000 +0000
+++ gnu/xml/transform/MessageNode.java	2006-01-13 17:34:14.000000000 +0000
@@ -92,17 +92,5 @@
     if (next != null && !terminate)
       next.apply(stylesheet, mode, context, pos, len, parent, nextSibling);
   }
-
-  public String toString()
-  {
-    StringBuffer buf = new StringBuffer("message");
-    if (terminate)
-      {
-        buf.append('[');
-        buf.append("terminate");
-        buf.append(']');
-      }
-    return buf.toString();
-  }
   
 }
