Changeset 1861


Ignore:
Timestamp:
2001-01-26T07:28:35+13:00 (23 years ago)
Author:
cs025
Message:

Removed debugging code accidentally left in first CORBA commit.

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

Legend:

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

    r1860 r1861  
    8080void pageaction::set_homeextra_macro (displayclass &disp, recptprotolistclass *protos,
    8181                      ostream &logout) {
    82   cout << "Setting homepage " << endl;
    83 
    8482  text_t homeextra = "<center><table width=_pagewidth_><tr valign=top>\n";
    8583  bool found_valid_col = false;
     
    202200                     recptprotolistclass *protos, ostream &logout) {
    203201
    204   cout << "Defining internal macros" << endl;
    205 
    206202  // define_internal_macros sets the following macros:
    207203
     
    249245
    250246 
    251   cout << "Defining internal macros" << endl;
    252 
    253247  if (recpt == NULL) {
    254248    logout << "ERROR (pageaction::define_internal_macros): This action does not contain\n"
     
    258252  }
    259253
    260   cout << "Defining internal macros" << endl;
    261 
    262254  text_t &arg_p = args["p"];
    263255  text_t &arg_c = args["c"];
    264256  ColInfoResponse_t *cinfo = NULL;
    265 
    266   cout << "Subaction is " << arg_p << endl;
    267257
    268258  recptproto* collectproto = protos->getrecptproto (arg_c, logout);
     
    275265    disp.setmacro ("builddate", "Global", builddate);
    276266  }
    277 
    278   cout << "Subaction is " << arg_p << endl;
    279267
    280268  if (arg_p == "home") {
  • trunk/gsdl/src/recpt/receptionist.cpp

    r1860 r1861  
    11371137  bool first = true;
    11381138
    1139   cout << "Action is " << a->get_action_name() << endl;
    1140 
    11411139  text_tmap::iterator params_here = configinfo.pageparams.begin();
    11421140  text_tmap::iterator params_end = configinfo.pageparams.end();
Note: See TracChangeset for help on using the changeset viewer.