Remove debug information ouput

pull/1/head
Geoffrey Merck 6 years ago
parent f01c44ed53
commit 66eab222c4

@ -95,7 +95,7 @@ uint8 CVocodecChannel::GetCodecOut(void) const
void CVocodecChannel::ApplyAGC(CVoicePacket& voicePacket)
{
m_AGC.Apply(voicePacket.GetVoice(), voicePacket.GetVoiceSize());
std::cout << "Gain : " << m_AGC.GetGain() << "\n";
//std::cout << "Gain : " << m_AGC.GetGain() << "\n";
}
////////////////////////////////////////////////////////////////////////////////////////

Loading…
Cancel
Save

Powered by TurnKey Linux.