Skip to content

Commit 60c0a2f

Browse files
google-genai-botcopybara-github
authored andcommitted
fix: Remove debug print statement.
PiperOrigin-RevId: 868185990
1 parent 1cc2c2d commit 60c0a2f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

google/genai/_api_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,6 @@ def __init__(
592592
raise ValueError(
593593
'base_url must be set when base_url_resource_scope is set.'
594594
)
595-
print('validated_http_options: ', validated_http_options)
596595

597596
# Retrieve implicitly set values from the environment.
598597
env_project = os.environ.get('GOOGLE_CLOUD_PROJECT', None)

0 commit comments

Comments
 (0)