diff options
| -rw-r--r-- | indra/newview/llspeakingindicatormanager.cpp | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/indra/newview/llspeakingindicatormanager.cpp b/indra/newview/llspeakingindicatormanager.cpp index 42db6bf9c3..b450d38b5a 100644 --- a/indra/newview/llspeakingindicatormanager.cpp +++ b/indra/newview/llspeakingindicatormanager.cpp @@ -229,10 +229,6 @@ void SpeakingIndicatorManager::switchSpeakerIndicators(const speaker_ids_t& spea  				mSwitchedIndicatorsOn.insert(*it_uuid);  			}  		} -		else -		{ -			LL_WARNS("SpeakingIndicator") << "indicator was not found among registered: " << *it_uuid << LL_ENDL; -		}  	}  } | 
