Changeset 26044 for main


Ignore:
Timestamp:
2012-07-31T15:04:58+12:00 (12 years ago)
Author:
kjdon
Message:

removed a couple of debug print statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/DocumentAction.java

    r26026 r26044  
    194194        if (document_type == null)
    195195        {
    196             logger.error("getting document type");
    197196            document_type = getDocumentType(basic_doc_list, collection, userContext, page_response);
    198             logger.error("new doc type = " + document_type);
    199197        }
    200198        if (document_type != null)
Note: See TracChangeset for help on using the changeset viewer.