mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
removed print line
This commit is contained in:
parent
51043ec804
commit
b5a2fe8f64
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ def test_get_masked_api_base(logging_obj):
|
||||||
|
|
||||||
def test_sentry_sample_rate():
|
def test_sentry_sample_rate():
|
||||||
existing_sample_rate = os.getenv("SENTRY_API_SAMPLE_RATE")
|
existing_sample_rate = os.getenv("SENTRY_API_SAMPLE_RATE")
|
||||||
print(f"Existing SENTRY_API_SAMPLE_RATE: {existing_sample_rate}")
|
|
||||||
try:
|
try:
|
||||||
# test with default value by removing the environment variable
|
# test with default value by removing the environment variable
|
||||||
if existing_sample_rate:
|
if existing_sample_rate:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue