Merge pull request #3850 from rupesh-svg/fix/genesys-remove-audio-chunk-logging

Remove verbose audio chunk logging from GenesysAudioHookSerializer
This commit is contained in:
Mark Backman
2026-02-26 21:52:54 -05:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -642,7 +642,6 @@ class GenesysAudioHookSerializer(FrameSerializer):
"""
# Binary data = audio
if isinstance(data, bytes):
logger.debug(f"[AUDIO IN] Received {len(data)} bytes from Genesys")
return await self._deserialize_audio(data)
# Text data = JSON control message