Remove debugging message

merge-requests/9/merge
Phil Taylor 2022-04-04 00:37:07 +01:00
rodzic 5c2d6e57b2
commit cf7a947beb
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -333,7 +333,6 @@ void audioHandler::incomingAudio(audioPacket inPacket)
// Set the max amplitude found in the vector
amplitude = samplesF.array().abs().maxCoeff();
qDebug(logAudio()) << "Current amplitude" << QString::number(amplitude, 'f', 4) << getAmplitude() ;
// Set the volume
samplesF *= volume;