Преглед изворни кода

Removed leftover debug statement

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194109 13f79535-47bb-0310-9956-ffa450edef68
pull/33/head
Kelly Campbell пре 23 година
родитељ
комит
6867a8aa56
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0
    2
      src/org/apache/fop/apps/XSLTInputHandler.java

+ 0
- 2
src/org/apache/fop/apps/XSLTInputHandler.java Прегледај датотеку

@@ -98,8 +98,6 @@ public class XSLTInputHandler extends InputHandler {
Object obj = getFilterMethod.invoke(null,args);
if (obj instanceof XMLReader) {
result = (XMLReader)obj;
System.out.println("result OK = "+result);
}
}
catch (ClassNotFoundException ex){

Loading…
Откажи
Сачувај