remove debug logging
This commit is contained in:
@@ -961,12 +961,7 @@ class GeminiMultimodalLiveLLMService(LLMService):
|
|||||||
await self._handle_evt_error(evt)
|
await self._handle_evt_error(evt)
|
||||||
# errors are fatal, so exit the receive loop
|
# errors are fatal, so exit the receive loop
|
||||||
return
|
return
|
||||||
else:
|
|
||||||
# Log unhandled events that might contain grounding metadata
|
|
||||||
logger.warning(f"Received unhandled server event type: {evt}")
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user