Changeset 38751 for main/trunk


Ignore:
Timestamp:
2024-02-16T16:04:02+13:00 (4 months ago)
Author:
kjdon
Message:

comenting out some debug messages

File:
1 edited

Legend:

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

    r37363 r38751  
    4343        if (action.equals("s"))
    4444        {
    45             logger.error("HACK: don't ask for coll info if system action");
    46             return;
    47         }
    48         logger.debug("add extra info, page request=" + this.converter.getString(page_request));
     45            ///logger.error("HACK: don't ask for coll info if system action");
     46            return;
     47        }
     48        ///logger.debug("add extra info, page request=" + this.converter.getString(page_request));
    4949        // is a collection defined?
    5050        Element param_list = (Element) GSXML.getChildByTagName(page_request, GSXML.PARAM_ELEM + GSXML.LIST_MODIFIER);
    5151        if (param_list == null)
    5252        { // must be the original home page
    53             logger.debug(" no param list, assuming home page");
     53            //logger.debug(" no param list, assuming home page");
    5454            return;
    5555        }
     
    6767                if (coll_name == null || coll_name.equals(""))
    6868                {
    69                   logger.debug(" coll/p.c params both empty, not adding extra info");
     69            //                  logger.debug(" coll/p.c params both empty, not adding extra info");
    7070                  return;
    7171        }
Note: See TracChangeset for help on using the changeset viewer.