diff options
| author | Cosmic Linden <cosmic@lindenlab.com> | 2024-04-26 09:25:08 -0700 | 
|---|---|---|
| committer | Cosmic Linden <cosmic@lindenlab.com> | 2024-04-26 09:25:08 -0700 | 
| commit | 668c63c2c4e2d9757ccaebbfea5f99264b7352c2 (patch) | |
| tree | 2cc54db7128458c3074f9ce5274fd69aa31d3816 | |
| parent | 19c05046713a2d6b439eee3418baa54a904429f1 (diff) | |
secondlife/viewer#1184: Remove logspam
| -rw-r--r-- | indra/llimage/llimage.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/indra/llimage/llimage.cpp b/indra/llimage/llimage.cpp index 8d35fd140e..f6a8735ca1 100644 --- a/indra/llimage/llimage.cpp +++ b/indra/llimage/llimage.cpp @@ -1929,8 +1929,6 @@ void LLImageRaw::addEmissiveUnscaled(LLImageRaw* src)  void LLImageRaw::addEmissiveScaled(LLImageRaw* src)  { -	LL_INFOS() << __FUNCTION__ << LL_ENDL; -  	LLImageRaw* dst = this;  // Just for clarity.  	llassert( (4 == src->getComponents()) && (3 == dst->getComponents()) ); | 
