diff --git a/google/genai/_api_client.py b/google/genai/_api_client.py index 94b372aca..53bc280df 100644 --- a/google/genai/_api_client.py +++ b/google/genai/_api_client.py @@ -592,7 +592,6 @@ def __init__( raise ValueError( 'base_url must be set when base_url_resource_scope is set.' ) - print('validated_http_options: ', validated_http_options) # Retrieve implicitly set values from the environment. env_project = os.environ.get('GOOGLE_CLOUD_PROJECT', None)