Przeglądaj źródła

oops remove debug output

David Rose 22 lat temu
rodzic
commit
5a7beeedba
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      pandatool/src/pstatserver/pStatStripChart.cxx

+ 0 - 1
pandatool/src/pstatserver/pStatStripChart.cxx

@@ -571,7 +571,6 @@ update_labels() {
   _labels.clear();
 
   int num_children = level->get_num_children();
-  cerr << "num_children = " << num_children << "\n";
   for (int i = 0; i < num_children; i++) {
     const PStatViewLevel *child = level->get_child(i);
     int collector = child->get_collector();