diff options
| author | mobserveur <mobserveur@gmail.com> | 2025-10-02 14:32:20 +0200 |
|---|---|---|
| committer | mobserveur <mobserveur@gmail.com> | 2025-10-02 14:32:20 +0200 |
| commit | 8aa2fe7bf74870780aa0f9ae49eea2e89287bced (patch) | |
| tree | 197c842572b87a8237336edde7508b2d24e10e43 /indra | |
| parent | 72010d908770d6afe6295e3a112f38d39752b968 (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.cpp | 1 |
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 |
