From a12fbc84d3278e44d50b3b79b7d5c2290ec4c546 Mon Sep 17 00:00:00 2001 From: Graham Linden Date: Tue, 4 Jun 2019 10:58:56 -0700 Subject: Fix crashes on exit from trying to lock log mutices while doing CRT abandon ship ritual. --- indra/newview/llagent.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index e23827cf12..d3693fbbd4 100644 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -4715,12 +4715,10 @@ LLTeleportRequestViaLocation::LLTeleportRequestViaLocation(const LLVector3d &pPo : LLTeleportRequest(), mPosGlobal(pPosGlobal) { - LL_INFOS("Teleport") << "LLTeleportRequestViaLocation created" << LL_ENDL; } LLTeleportRequestViaLocation::~LLTeleportRequestViaLocation() { - LL_INFOS("Teleport") << "~LLTeleportRequestViaLocation" << LL_ENDL; } bool LLTeleportRequestViaLocation::canRestartTeleport() @@ -4753,7 +4751,6 @@ LLTeleportRequestViaLocationLookAt::LLTeleportRequestViaLocationLookAt(const LLV LLTeleportRequestViaLocationLookAt::~LLTeleportRequestViaLocationLookAt() { - LL_INFOS("Teleport") << "~LLTeleportRequestViaLocationLookAt" << LL_ENDL; } bool LLTeleportRequestViaLocationLookAt::canRestartTeleport() -- cgit v1.2.3