Changeset 2461


Ignore:
Timestamp:
2001-05-23T13:58:42+12:00 (23 years ago)
Author:
dmm9
Message:

removing error messages

File:
1 edited

Legend:

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

    r2459 r2461  
    3030browseaction::browseaction(){
    3131
    32   //cerr<<"initialising browseaction"<<endl;
     32 
    3333
    3434  cgiarginfo arg_ainfo;
     
    9292  argsinfo.addarginfo (NULL, arg_ainfo);
    9393 
    94   //cerr<<"constructor"<<endl;
     94 
    9595}
    9696
     
    111111                ostream &/*logout*/) {
    112112  // don't want to check anything yet.
    113   //cerr<<"check_cgiargs"<<endl;
     113 
    114114  return true;
    115115}
     
    124124  response_data = "text/html";
    125125
    126   //cerr<<"get_cgihead_info"<<endl;
     126 
    127127}
    128128
     
    138138                       recptprotolistclass *protos,
    139139                       ostream &logout){
    140   //cerr<<"define_external_macros"<<endl;
     140 
    141141}
    142142
     
    201201    text_t bf_string = "";
    202202    format_browsestring(args["bft"],bf_string,args.getintarg("bt"));
    203     cout<<"F: "<<bf_string.getcstr()<<endl;
    204203  }
    205204
Note: See TracChangeset for help on using the changeset viewer.