Browse Source

Z991239-6192 #comment: 日志优化

80274480 5 months ago
parent
commit
c786cec3cd
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Module/mod_mediacontroller/mod_mediacontroller.cpp

+ 0 - 2
Module/mod_mediacontroller/mod_mediacontroller.cpp

@@ -630,8 +630,6 @@ void CMediaControllerEntity::OnTimeHandfreeMicroStatusCheck()
 
 	capture_get_last_audio_frametime(m_capture, &nHandfreeinAudioTime);
 
-	DbgWithLink(LOG_LEVEL_DEBUG, LOG_TYPE_SYSTEM)("======last audio time is %d.======", nHandfreeinAudioTime);
-
 	if (nHandfreeinAudioTime > 0)
 	{
 		if (((y2k_time_now() - nHandfreeinAudioTime) > m_iAudioTimeout) && !bTimeout)