Explorar el Código

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 hace 23 años
padre
commit
6867a8aa56
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0
    2
      src/org/apache/fop/apps/XSLTInputHandler.java

+ 0
- 2
src/org/apache/fop/apps/XSLTInputHandler.java Ver fichero

@@ -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){

Cargando…
Cancelar
Guardar