Browse Source

Remove the debug statement.

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273735 13f79535-47bb-0310-9956-ffa450edef68
master
Costin Manolache 22 years ago
parent
commit
0a72a5f179
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/ImportTask.java

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/ImportTask.java View File

@@ -114,7 +114,7 @@ public class ImportTask extends Task {
// File buildFileParent=context.buildFileParent;
File buildFile=(File)currentSource;
buildFile=new File( buildFile.getAbsolutePath());
System.out.println("Importing from " + currentSource);
//System.out.println("Importing from " + currentSource);
File buildFileParent=new File(buildFile.getParent());

project.log("Importing file "+ file +" from "+


Loading…
Cancel
Save