Browse Source

remove temporary debug

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269391 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 24 years ago
parent
commit
99a45aab18
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/main/org/apache/tools/ant/Target.java

+ 0
- 1
src/main/org/apache/tools/ant/Target.java View File

@@ -184,7 +184,6 @@ public class Target implements TaskContainer {
} }
catch(RuntimeException exc) { catch(RuntimeException exc) {
project.fireTargetFinished(this, exc); project.fireTargetFinished(this, exc);
System.out.println("Caught exception = " + exc.getMessage());
throw exc; throw exc;
} }
} }


Loading…
Cancel
Save