Changeset 2211


Ignore:
Timestamp:
2001-03-20T21:34:41+12:00 (23 years ago)
Author:
sjboddie
Message:

removed some debugging lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/mgsearch.cpp

    r2166 r2211  
    2828/*
    2929   $Log$
     30   Revision 1.33  2001/03/20 09:34:41  sjboddie
     31   removed some debugging lines
     32
    3033   Revision 1.32  2001/03/12 23:57:17  say1
    3134   added command to strip the corbaserver (makes it much smaller)
     
    501504  // sort out the query string; copy it, remove all special characters
    502505  // and then convert it to a string in UTF8 format
    503   cout << " in  mgsearchclass::submitquery(1) " <<  endl;
    504506  text_t ttquerystring = queryparams.querystring;
    505507  filterquery (ttquerystring);
    506508  char *querystring = to_utf8(ttquerystring).getcstr();
    507  
    508   cout << " in  mgsearchclass::submitquery(33) " <<  endl;
     509
    509510  // submit the query
    510511  mgq_ask(querystring);
    511512
    512   cout << " in  mgsearchclass::submitquery(66) " <<  endl;
    513513  // destroy the temporary character array
    514514  delete querystring;
    515   cout << " in  mgsearchclass::submitquery(100) " <<  endl;
    516515}
    517516
Note: See TracChangeset for help on using the changeset viewer.