From 8e3d6f187ff350d63932f89ec9e17fb869f37814 Mon Sep 17 00:00:00 2001 From: anakin87 Date: Wed, 18 Dec 2024 14:47:25 +0100 Subject: [PATCH] rm print --- integrations/anthropic/tests/test_chat_generator.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/integrations/anthropic/tests/test_chat_generator.py b/integrations/anthropic/tests/test_chat_generator.py index 69b3265aa..36622ecd9 100644 --- a/integrations/anthropic/tests/test_chat_generator.py +++ b/integrations/anthropic/tests/test_chat_generator.py @@ -421,8 +421,6 @@ def test_prompt_caching(self, cache_enabled): assert len(result["replies"]) == 1 token_usage = result["replies"][0].meta.get("usage") - print(token_usage) - if cache_enabled: # either we created cache or we read it (depends on how you execute this integration test) assert (