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

removed some old debugging statements no longer needed.

File:
1 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      {
Note: See TracChangeset for help on using the changeset viewer.