mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
removed some log spam
This commit is contained in:
parent
6f0967f3fc
commit
71b6210c4e
2 changed files with 0 additions and 4 deletions
|
@ -464,8 +464,6 @@ void saveInputPluginSettings(const InputPluginList& plugins) {
|
|||
|
||||
|
||||
void AudioMixer::handleNegotiateAudioFormat(QSharedPointer<ReceivedMessage> message, SharedNodePointer sendingNode) {
|
||||
qDebug() << __FUNCTION__;
|
||||
|
||||
QStringList availableCodecs;
|
||||
auto codecPlugins = PluginManager::getInstance()->getCodecPlugins();
|
||||
if (codecPlugins.size() > 0) {
|
||||
|
|
|
@ -531,8 +531,6 @@ void AudioClient::negotiateAudioFormat() {
|
|||
}
|
||||
|
||||
void AudioClient::handleSelectedAudioFormat(QSharedPointer<ReceivedMessage> message) {
|
||||
qDebug() << __FUNCTION__;
|
||||
|
||||
_selectedCodecName = message->readString();
|
||||
|
||||
qDebug() << "Selected Codec:" << _selectedCodecName;
|
||||
|
|
Loading…
Reference in a new issue