From 1ca7155f09a6fd6c2aa0f1605eb058d044f8cf81 Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Mon, 2 May 2022 06:45:34 -0400
Subject: [PATCH] Fix crash

---
 indra/newview/llvovolume.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp
index 718d13fad0d..30afda205d7 100644
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -468,7 +468,6 @@ U32 LLVOVolume::processUpdateMessage(LLMessageSystem *mesgsys,
 			if (TEM_INVALID == res2)
 			{
 				// There's something bogus in the data that we're unpacking.
-				dp->dumpBufferToLog();
 				LL_WARNS() << "Flushing cache files" << LL_ENDL;
 
 				if(LLVOCache::instanceExists() && getRegion())
-- 
GitLab