From b5a2fe8f648b6ac673d0dbf60b9fa48178805a15 Mon Sep 17 00:00:00 2001 From: Vinnie Date: Thu, 24 Apr 2025 14:00:10 -0400 Subject: [PATCH] removed print line --- tests/litellm/litellm_core_utils/test_litellm_logging.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/litellm/litellm_core_utils/test_litellm_logging.py b/tests/litellm/litellm_core_utils/test_litellm_logging.py index 0b9b537f78..767b1ff617 100644 --- a/tests/litellm/litellm_core_utils/test_litellm_logging.py +++ b/tests/litellm/litellm_core_utils/test_litellm_logging.py @@ -36,7 +36,6 @@ def test_get_masked_api_base(logging_obj): def test_sentry_sample_rate(): existing_sample_rate = os.getenv("SENTRY_API_SAMPLE_RATE") - print(f"Existing SENTRY_API_SAMPLE_RATE: {existing_sample_rate}") try: # test with default value by removing the environment variable if existing_sample_rate: