chore(server): 移除高频触发的debug日志输出

This commit is contained in:
Jad
2025-03-30 13:11:52 +08:00
parent 8bbd610f12
commit 326342b834
3 changed files with 5 additions and 5 deletions
@@ -10,7 +10,7 @@ logger = setup_logging()
async def handleAudioMessage(conn, audio):
if not conn.asr_server_receive:
logger.bind(tag=TAG).debug(f"前期数据处理中,暂停接收")
# logger.bind(tag=TAG).debug(f"前期数据处理中,暂停接收")
return
if conn.client_listen_mode == "auto":
have_voice = conn.vad.is_vad(conn, audio)