Related to EXT-3976 (Voice chat speaking indicators should only display when users are in the same voice channel)

-- cleanup: remove logging of unnecessary warning messages if there are no any registered speaking indicators for voice participant

--HG--
branch : product-engine
master
Mike Antipov 2010-01-15 11:48:06 +02:00
parent d11ab101ae
commit eb12963eec
1 changed files with 0 additions and 4 deletions

View File

@ -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;
}
}
}