You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mm...@apache.org on 2002/04/17 21:44:12 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/compiler Mode.java

mmidy       02/04/17 12:44:12

  Modified:    java/src/org/apache/xalan/xsltc/compiler Tag: XSLTC_DTM
                        Mode.java
  Log:
  get rid of debug line
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.19.6.2  +1 -3      xml-xalan/java/src/org/apache/xalan/xsltc/compiler/Mode.java
  
  Index: Mode.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/compiler/Mode.java,v
  retrieving revision 1.19.6.1
  retrieving revision 1.19.6.2
  diff -u -r1.19.6.1 -r1.19.6.2
  --- Mode.java	17 Apr 2002 18:13:41 -0000	1.19.6.1
  +++ Mode.java	17 Apr 2002 19:44:12 -0000	1.19.6.2
  @@ -1,5 +1,5 @@
   /*
  - * @(#)$Id: Mode.java,v 1.19.6.1 2002/04/17 18:13:41 mmidy Exp $
  + * @(#)$Id: Mode.java,v 1.19.6.2 2002/04/17 19:44:12 mmidy Exp $
    *
    * The Apache Software License, Version 1.1
    *
  @@ -599,8 +599,6 @@
   	argTypes[1] = Util.getJCRefType(NODE_ITERATOR_SIG);
   	argTypes[2] = Util.getJCRefType(TRANSLET_OUTPUT_SIG);
   	
  -	System.out.println("arg " + argTypes[1]);
  -
   	final String[] argNames = new String[3];
   	argNames[0] = DOCUMENT_PNAME;
   	argNames[1] = ITERATOR_PNAME;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org