From cf7a947beb7751371e77958c5c6fde495cade0ba Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Mon, 4 Apr 2022 00:37:07 +0100 Subject: [PATCH] Remove debugging message --- audiohandler.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/audiohandler.cpp b/audiohandler.cpp index c4243f0..0e50cb7 100644 --- a/audiohandler.cpp +++ b/audiohandler.cpp @@ -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;