Ignore:
Timestamp:
2012-06-28T11:12:17+12:00 (12 years ago)
Author:
kjdon
Message:

removing debug print statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/GSXSLT.java

    r25820 r25847  
    145145        {
    146146          Element node = (Element) children.item(i);
    147             System.err.println("node name="+node.getNodeName()+", local name="+node.getLocalName()+", uri="+node.getNamespaceURI());
    148147            // remove any previous occurrences of xsl:template with the same value for name or match
    149148              String template_match = node.getAttribute("match");
Note: See TracChangeset for help on using the changeset viewer.