diff options
| author | Aleric Inglewood <Aleric.Inglewood@gmail.com> | 2011-01-20 16:01:27 -0500 | 
|---|---|---|
| committer | Aleric Inglewood <Aleric.Inglewood@gmail.com> | 2011-01-20 16:01:27 -0500 | 
| commit | c47ab36b20e102a918257e5fa5452f13bc55a393 (patch) | |
| tree | 24131e608f12fa2594ef5a75daa11eef81aead4a /indra/newview | |
| parent | a873ae55a36c4470d7e03e3544545ac164edee29 (diff) | |
VWR-24320: remove dump of call stack on clean exit
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 10 | 
1 files changed, 0 insertions, 10 deletions
| diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index e2af22a678..6a9dfaf21b 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1398,16 +1398,6 @@ bool LLAppViewer::cleanup()  	}  	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); | 
