We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f4b63 commit dcccbfaCopy full SHA for dcccbfa
google/cloud/sql/connector/client.py
@@ -131,7 +131,6 @@ async def _get_metadata(
131
# try to get response json for better error message
132
try:
133
ret_dict = await resp.json()
134
- print(ret_dict)
135
if resp.status >= 400:
136
# if detailed error message is in json response, use as message
137
message = ret_dict.get("error", {}).get("message")
0 commit comments