removed some log spam

This commit is contained in:
Brad Hefta-Gaub 2016-07-12 10:18:37 -07:00
parent 6f0967f3fc
commit 71b6210c4e
2 changed files with 0 additions and 4 deletions

View file

@ -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) {

View file

@ -531,8 +531,6 @@ void AudioClient::negotiateAudioFormat() {
}
void AudioClient::handleSelectedAudioFormat(QSharedPointer<ReceivedMessage> message) {
qDebug() << __FUNCTION__;
_selectedCodecName = message->readString();
qDebug() << "Selected Codec:" << _selectedCodecName;