summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authormobserveur <mobserveur@gmail.com>2025-10-02 14:32:20 +0200
committermobserveur <mobserveur@gmail.com>2025-10-02 14:32:20 +0200
commit8aa2fe7bf74870780aa0f9ae49eea2e89287bced (patch)
tree197c842572b87a8237336edde7508b2d24e10e43 /indra
parent72010d908770d6afe6295e3a112f38d39752b968 (diff)
Removes a debug message in llReflectionMapManager.cpp
This commit disabled a debugging message in llReflectionMapManager.cpp
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llreflectionmapmanager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llreflectionmapmanager.cpp b/indra/newview/llreflectionmapmanager.cpp
index eb3d2eb715..aa48035aa8 100644
--- a/indra/newview/llreflectionmapmanager.cpp
+++ b/indra/newview/llreflectionmapmanager.cpp
@@ -775,7 +775,6 @@ void LLReflectionMapManager::doProbeUpdate()
if(mUpdatingFace < 6)
{
- LL_WARNS() << "updating face " << mUpdatingFace << LL_ENDL;
updateProbeFace(mUpdatingProbe, mUpdatingFace);
}
else