From 48c0d216f175e5c52dd4c6ba9615986f528c6c19 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 12 Oct 2005 00:02:48 +0000 Subject: [PATCH] remove debugs --- pandatool/src/softegg/softToEggConverter.cxx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pandatool/src/softegg/softToEggConverter.cxx b/pandatool/src/softegg/softToEggConverter.cxx index c43ca1de68..6de6eed35f 100755 --- a/pandatool/src/softegg/softToEggConverter.cxx +++ b/pandatool/src/softegg/softToEggConverter.cxx @@ -572,7 +572,6 @@ convert_file(const Filename &filename) { //////////////////////////////////////////////////////////////////// bool SoftToEggConverter:: convert_soft(bool from_selection) { - cerr <<" startup\n"; bool all_ok = true; _from_selection = from_selection; @@ -630,18 +629,13 @@ convert_soft(bool from_selection) { softegg_cat.info() << "Converted Softimage file\n"; // write out the egg model file - cerr << "writing egg file\n"; _egg_data->write_egg(output_filename); softegg_cat.info() << "Wrote Egg file " << output_filename << endl; - cerr <<" done\n"; } if (make_anim) { - cerr << "making anim\n"; if (!convert_char_chan()) { - cerr << "failed to convert char\n"; all_ok = false; } - cerr << "done convert_char_chan\n"; // reparent_decals(get_egg_data()); softegg_cat.info() << "Converted Softimage file\n";