Ignore:
Timestamp:
2011-06-29T13:44:01+12:00 (13 years ago)
Author:
sjm84
Message:

Removed unnecessary debug statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/core/TransformingReceptionist.java

    r24203 r24212  
    426426       
    427427    String xslt_file = getXSLTFileName(action, subaction, collection);
    428     logger.error("I am looking for the XSLT file for action "+action+", subaction "+subaction+" and collection "+collection);
    429     logger.error("The XSLT file I have found is "+xslt_file);
    430428    if (xslt_file==null) {
    431429      // returning file not found error page to indicate which file is missing
     
    773771  protected String getXSLTFileName(String action, String subaction,
    774772                   String collection) {
    775     logger.error("getXSLTFileName: I am looking for the XSLT file for action "+action+", subaction "+subaction+" and collection "+collection);
    776773
    777774    String name = null;
Note: See TracChangeset for help on using the changeset viewer.