remove debug logging

This commit is contained in:
Pete
2025-07-20 18:21:42 -04:00
committed by GitHub
parent 7ed4fe50d4
commit 8ba340a8a5

View File

@@ -961,12 +961,7 @@ class GeminiMultimodalLiveLLMService(LLMService):
await self._handle_evt_error(evt)
# errors are fatal, so exit the receive loop
return
else:
# Log unhandled events that might contain grounding metadata
logger.warning(f"Received unhandled server event type: {evt}")
pass
#
#
#