Revert "Add debug log"

This reverts commit 832b7b970e48e6488e1901d64d2ccfcc4a78c138.
This commit is contained in:
Adithya Suresh
2025-04-04 16:58:05 +11:00
committed by Aleix Conchillo Flaqué
parent 3f0000c82b
commit efcbe51a85

View File

@@ -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()