From 5a7beeedbaa8d575cf9ee5a92324a2c208418cf1 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 14 Jan 2004 01:40:03 +0000 Subject: [PATCH] oops remove debug output --- pandatool/src/pstatserver/pStatStripChart.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/pandatool/src/pstatserver/pStatStripChart.cxx b/pandatool/src/pstatserver/pStatStripChart.cxx index ae478b7917..9dffc78572 100644 --- a/pandatool/src/pstatserver/pStatStripChart.cxx +++ b/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();