From a8605681096fa396d38d2193bc274f1276482097 Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Tue, 3 Jan 2023 12:39:02 -0500
Subject: [PATCH] Fix more shutdown crashes

---
 indra/newview/llagent.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp
index c49c0bc79ab..017ef02427c 100644
--- a/indra/newview/llagent.cpp
+++ b/indra/newview/llagent.cpp
@@ -5573,7 +5573,6 @@ LLTeleportRequestViaLandmark::LLTeleportRequestViaLandmark(const LLUUID &pLandma
 
 LLTeleportRequestViaLandmark::~LLTeleportRequestViaLandmark()
 {
-    LL_INFOS("Teleport") << "~LLTeleportRequestViaLandmark, " << *this << LL_ENDL;
 }
 
 void LLTeleportRequestViaLandmark::toOstream(std::ostream& os) const
@@ -5612,7 +5611,6 @@ LLTeleportRequestViaLure::LLTeleportRequestViaLure(const LLUUID &pLureId, BOOL p
 
 LLTeleportRequestViaLure::~LLTeleportRequestViaLure()
 {
-    LL_INFOS("Teleport") << "~LLTeleportRequestViaLure" << LL_ENDL;
 }
 
 void LLTeleportRequestViaLure::toOstream(std::ostream& os) const
@@ -5703,7 +5701,6 @@ LLTeleportRequestViaLocationLookAt::LLTeleportRequestViaLocationLookAt(const LLV
 
 LLTeleportRequestViaLocationLookAt::~LLTeleportRequestViaLocationLookAt()
 {
-    LL_INFOS("Teleport") << "~LLTeleportRequestViaLocationLookAt" << LL_ENDL;
 }
 
 void LLTeleportRequestViaLocationLookAt::toOstream(std::ostream& os) const
-- 
GitLab