From 96a7de698f3619b0be2e56551943a57e7f4fff9f Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Thu, 6 Apr 2023 15:12:28 -0400
Subject: [PATCH] Silence the great log file destroyer

---
 indra/llwindow/llwindowwin32.cpp | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/indra/llwindow/llwindowwin32.cpp b/indra/llwindow/llwindowwin32.cpp
index 9c7073f3264..f4a9214168d 100644
--- a/indra/llwindow/llwindowwin32.cpp
+++ b/indra/llwindow/llwindowwin32.cpp
@@ -4972,13 +4972,13 @@ void LLWindowWin32::LLWindowWin32Thread::updateVRAMUsage()
 
         mAvailableVRAM = cu_mb < target_mb ? target_mb - cu_mb : 0;
 
-        LL_INFOS("Window") << "\nLocal\nAFR: " << info.AvailableForReservation / 1024 / 1024
-            << "\nBudget: " << info.Budget / 1024 / 1024
-            << "\nCR: " << info.CurrentReservation / 1024 / 1024
-            << "\nCU: " << info.CurrentUsage / 1024 / 1024
-            << "\nEU: " << eu_mb << llformat(" (%.2f)", eu_error)
-            << "\nTU: " << target_mb
-            << "\nAM: " << mAvailableVRAM << LL_ENDL;
+        //LL_INFOS("Window") << "\nLocal\nAFR: " << info.AvailableForReservation / 1024 / 1024
+        //    << "\nBudget: " << info.Budget / 1024 / 1024
+        //    << "\nCR: " << info.CurrentReservation / 1024 / 1024
+        //    << "\nCU: " << info.CurrentUsage / 1024 / 1024
+        //    << "\nEU: " << eu_mb << llformat(" (%.2f)", eu_error)
+        //    << "\nTU: " << target_mb
+        //    << "\nAM: " << mAvailableVRAM << LL_ENDL;
 
         /*mDXGIAdapter->QueryVideoMemoryInfo(0, DXGI_MEMORY_SEGMENT_GROUP_NON_LOCAL, &info);
         LL_INFOS("Window") << "\nNon-Local\nAFR: " << info.AvailableForReservation / 1024 / 1024
-- 
GitLab