From 4388d5d7f810e5863b9ce4b43013f50611871193 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 16 Jun 2009 03:40:14 +0000 Subject: [PATCH] remove old api calls --- pandatool/src/progbase/programBase.cxx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pandatool/src/progbase/programBase.cxx b/pandatool/src/progbase/programBase.cxx index bc3a0a059d..0d037f65a6 100644 --- a/pandatool/src/progbase/programBase.cxx +++ b/pandatool/src/progbase/programBase.cxx @@ -112,18 +112,6 @@ ProgramBase() { "Display this help page.", &ProgramBase::handle_help_option, NULL, (void *)this); - // Should we report DConfig's debugging information? - if (dconfig_cat.is_debug()) { - dconfig_cat.debug() - << "DConfig took " << Config::get_total_time_config_init() - << " CPU seconds initializing, and " - << Config::get_total_time_external_init() - << " CPU seconds calling external initialization routines.\n"; - dconfig_cat.debug() - << "ConfigTable::GetSym() was called " - << Config::get_total_num_get() << " times.\n"; - } - // It's nice to start with a blank line. nout << "\r"; }