From b3e5e68a5902366a513dea84f9083999d4e67857 Mon Sep 17 00:00:00 2001
From: Aleric Inglewood
Date: Sun, 17 Oct 2010 00:55:45 +0200
Subject: Don't dump callstacks at clean exit of viewer.

---
 linden/indra/newview/llappviewer.cpp | 10 ----------
 1 file changed, 10 deletions(-)

(limited to 'linden/indra')

diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp
index 90ca0e3..e85abb1 100644
--- a/linden/indra/newview/llappviewer.cpp
+++ b/linden/indra/newview/llappviewer.cpp
@@ -1174,16 +1174,6 @@ bool LLAppViewer::mainLoop()
 
 bool LLAppViewer::cleanup()
 {
-	//----------------------------------------------
-	//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);
-- 
cgit v1.1