Skip to content
Snippets Groups Projects
Commit 336d20a1 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #9832: audiortp: remove verbose logging from non-main thread

parent 939d4ccb
No related branches found
No related tags found
No related merge requests found
...@@ -66,8 +66,6 @@ void AudioSymmetricRtpSession::AudioRtpThread::run() ...@@ -66,8 +66,6 @@ void AudioSymmetricRtpSession::AudioRtpThread::run()
TimerPort::setTimer(threadSleep); TimerPort::setTimer(threadSleep);
DEBUG("Entering Audio rtp thread main loop");
while (running_) { while (running_) {
// Send session // Send session
if (rtpSession_.hasDTMFPending()) if (rtpSession_.hasDTMFPending())
...@@ -79,8 +77,6 @@ void AudioSymmetricRtpSession::AudioRtpThread::run() ...@@ -79,8 +77,6 @@ void AudioSymmetricRtpSession::AudioRtpThread::run()
TimerPort::incTimer(threadSleep); TimerPort::incTimer(threadSleep);
} }
DEBUG("Leaving audio rtp thread loop");
} }
void AudioSymmetricRtpSession::setSessionMedia(AudioCodec &audioCodec) void AudioSymmetricRtpSession::setSessionMedia(AudioCodec &audioCodec)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment