Browse Source

Remove debug statement - oops!

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268430 13f79535-47bb-0310-9956-ffa450edef68
master
Sam Ruby 24 years ago
parent
commit
6cd17eefff
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java

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

@@ -224,7 +224,6 @@ public class XSLTProcess extends MatchingTask {
* Sets the file to use for styling relative to the base directory.
*/
public void setProcessor(String processor) throws Exception {
System.out.println("trying " + processor);

if (processor.equals("trax")) {
final Class clazz =


Loading…
Cancel
Save