Changeset 2905 for trunk/gsdl


Ignore:
Timestamp:
2002-01-21T15:06:48+13:00 (22 years ago)
Author:
jrm21
Message:

removed some old debugging statements no longer needed.

Location:
trunk/gsdl/src/recpt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/browseactiontools.cpp

    r2619 r2905  
    102102  ResultDocInfo_tarray::iterator check = response.docInfo.begin();
    103103  ResultDocInfo_tarray::iterator done = response.docInfo.end();
    104   cout<<"set iterators"<<endl;
    105104  // look through all the returned documents
    106105  while(check != response.docInfo.end()){
    107     cout<<"in check loop"<<" end:"<<response.docInfo.end()<<endl;
    108106   
    109107    //if the document doesn't have the metadata item classified on
    110108    //remove it.
    111     cout<<"getting title"<<endl;
    112109    text_t title = *((*check).metadata.find(metaname)->second).values.begin();
    113     cout<<"got title"<<endl;
    114110    if(title == "")
    115111      {
  • trunk/gsdl/src/recpt/z3950proto.cpp

    r2646 r2905  
    574574  // now have collection in zserver.
    575575
    576   /*  cout << "get document:\n\tOID: " << request.OID.getcstr()
    577       << "\n\tdocType: " << request.docType.getcstr()
    578       << "\n\tdocFormat: " << request.docFormat.getcstr() <<"\n";
    579   */
    580 
    581576  /* docresponse consists of
    582577     text_t response.doc */
Note: See TracChangeset for help on using the changeset viewer.