removed print line

This commit is contained in:
Vinnie 2025-04-24 14:00:10 -04:00
parent 51043ec804
commit b5a2fe8f64

View file

@ -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: