Browse Source

remove redundant logging.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270145 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
c1522ce56e
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/main/org/apache/tools/ant/taskdefs/Expand.java

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

@@ -201,7 +201,6 @@ public class Expand extends MatchingTask {
} }
} }


log("Expanding: " + srcF + " into " + dir, Project.MSG_INFO);
File f = fileUtils.resolveFile(dir, entryName); File f = fileUtils.resolveFile(dir, entryName);
try { try {
if (!overwrite && f.exists() if (!overwrite && f.exists()


Loading…
Cancel
Save