From c47ab36b20e102a918257e5fa5452f13bc55a393 Mon Sep 17 00:00:00 2001
From: Aleric Inglewood <Aleric.Inglewood@gmail.com>
Date: Thu, 20 Jan 2011 16:01:27 -0500
Subject: [PATCH] VWR-24320: remove dump of call stack on clean exit

---
 doc/contributions.txt         |  1 +
 indra/newview/llappviewer.cpp | 10 ----------
 2 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/doc/contributions.txt b/doc/contributions.txt
index 3b2e2239d27..1ec878846d5 100644
--- a/doc/contributions.txt
+++ b/doc/contributions.txt
@@ -82,6 +82,7 @@ Aleric Inglewood
 	VWR-24261
 	VWR-24315
 	VWR-24317
+	VWR-24320
 	SNOW-84
 	SNOW-477
 	SNOW-744
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index e2af22a6785..6a9dfaf21b6 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);
-- 
GitLab