From efcbe51a8571fbac1c21f4bc5c390eb61aacd897 Mon Sep 17 00:00:00 2001 From: Adithya Suresh Date: Fri, 4 Apr 2025 16:58:05 +1100 Subject: [PATCH] Revert "Add debug log" This reverts commit 832b7b970e48e6488e1901d64d2ccfcc4a78c138. --- src/pipecat/services/anthropic/llm.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pipecat/services/anthropic/llm.py b/src/pipecat/services/anthropic/llm.py index f5be2ea05..eba6a5041 100644 --- a/src/pipecat/services/anthropic/llm.py +++ b/src/pipecat/services/anthropic/llm.py @@ -191,8 +191,6 @@ class AnthropicLLMService(LLMService): params.update(self._settings["extra"]) - logger.debug(f"Calling Anthropic model with: {params}") - response = await api_call(**params) await self.stop_ttfb_metrics()