Ignore:
Timestamp:
2012-03-13T13:03:34+13:00 (12 years ago)
Author:
kjdon
Message:

Michael said we didn't need this 'Cached: true/false' debug message any more

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/colservr/expat_resultset.cpp

    r22738 r25213  
    6868  text_t element_name = (char*)name;
    6969
    70   if (element_name == "ResultSet") {
    71     char* cached_attribute_str = get_attribute(attributes, "cached");
    72     if (cached_attribute_str != NULL) {
    73       cerr << "Cached: " << cached_attribute_str << endl;
    74     }
    75   }
     70  // if (element_name == "ResultSet") {
     71  //   char* cached_attribute_str = get_attribute(attributes, "cached");
     72  //   if (cached_attribute_str != NULL) {
     73  //     cerr << "Cached: " << cached_attribute_str << endl;
     74  //   }
     75  // }
    7676
    7777  if (element_name == "Error") {
Note: See TracChangeset for help on using the changeset viewer.