diff -r b0bd26c5638a -r 65fd38bda83f doc/contributions.txt --- a/doc/contributions.txt Thu Dec 30 13:11:44 2010 -0500 +++ b/doc/contributions.txt Wed Dec 15 20:01:46 2010 +0100 @@ -79,6 +79,7 @@ VWR-24252 VWR-24254 VWR-24261 + VWR-24320 SNOW-84 SNOW-477 SNOW-744 diff -r b0bd26c5638a -r 65fd38bda83f indra/newview/llappviewer.cpp --- a/indra/newview/llappviewer.cpp Thu Dec 30 13:11:44 2010 -0500 +++ b/indra/newview/llappviewer.cpp Wed Dec 15 20:01:46 2010 +0100 @@ -1389,16 +1389,6 @@ } mPlugins.clear(); - //---------------------------------------------- - //this test code will be removed after the test - //test manual call stack tracer - if(gSavedSettings.getBOOL("QAMode")) - { - LLError::LLCallStacks::print() ; - } - //end of the test code - //---------------------------------------------- - //flag all elements as needing to be destroyed immediately // to ensure shutdown order LLMortician::setZealous(TRUE);