Ignore:
Timestamp:
2011-03-25T11:25:22+13:00 (13 years ago)
Author:
sjm84
Message:

Removed some debug statements

File:
1 edited

Legend:

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

    r23814 r23815  
    5353        if (coll_name.equals("")) {
    5454            coll_name = GSXML.getNamedElement(param_list, GSXML.PARAM_ELEM, GSXML.NAME_ATT, "p.c").getAttribute(GSXML.VALUE_ATT);
    55             logger.debug("*%*%*%* new collname = " + coll_name);
    5655        }
    5756       
     
    6766        }
    6867        if (coll_description == null) {
    69        
    70             logger.debug("*%*%*%* No collection element, getting one");
    7168       
    7269            // we dont have one yet - get it
     
    9693
    9794        // have got a coll description
    98        
    99         logger.debug("*%*%*%* Getting display information about the services");
    100        
    10195        // now get the dispay info for the services
    10296        Element service_list = (Element)GSXML.getChildByTagName(coll_description, GSXML.SERVICE_ELEM+GSXML.LIST_MODIFIER);
     
    129123            }
    130124        }
    131        
    132        
    133         logger.debug("*%*%*%* Off to get the service descriptions");
    134125
    135126        // if get here, we need to get the service descriptions
Note: See TracChangeset for help on using the changeset viewer.