Skip to content
Snippets Groups Projects
Commit eb12963e authored by Mike Antipov's avatar Mike Antipov
Browse files

Related to EXT-3976 (Voice chat speaking indicators should only display when...

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
parent d11ab101
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment