diff --git a/src/engine/agent/Agent_Impl.cpp b/src/engine/agent/Agent_Impl.cpp index e995b8af..53f166c3 100644 --- a/src/engine/agent/Agent_Impl.cpp +++ b/src/engine/agent/Agent_Impl.cpp @@ -309,12 +309,6 @@ void AgentImpl::processStartSession(Json::Value& request, Json::Value& answer) { std::unique_lock l(mAgentMutex); - // For debugging only - /*mIncomingAudioDump = std::make_shared(); - mIncomingAudioDump->open("incoming_dump", AUDIO_SAMPLERATE, AUDIO_CHANNELS); - mOutgoingAudioDump = std::make_shared(); - mOutgoingAudioDump->open("outgoing_dump", AUDIO_SAMPLERATE, AUDIO_CHANNELS);*/ - // Start audio manager if (!mAudioManager) {