You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by co...@apache.org on 2001/07/26 12:13:24 UTC

cvs commit: jakarta-ant/src/main/org/apache/tools/ant Target.java

conor       01/07/26 03:13:24

  Modified:    src/main/org/apache/tools/ant Target.java
  Log:
  remove temporary debug
  
  Revision  Changes    Path
  1.21      +0 -1      jakarta-ant/src/main/org/apache/tools/ant/Target.java
  
  Index: Target.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/Target.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- Target.java	2001/07/25 14:40:54	1.20
  +++ Target.java	2001/07/26 10:13:23	1.21
  @@ -184,7 +184,6 @@
           }
           catch(RuntimeException exc) {
               project.fireTargetFinished(this, exc);
  -            System.out.println("Caught exception = " + exc.getMessage());
               throw exc;
           }
       }