Skip to content

Commit

Permalink
chore: remove print line
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed Nov 27, 2024
1 parent c6f4b63 commit dcccbfa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion google/cloud/sql/connector/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ async def _get_metadata(
# try to get response json for better error message
try:
ret_dict = await resp.json()
print(ret_dict)
if resp.status >= 400:
# if detailed error message is in json response, use as message
message = ret_dict.get("error", {}).get("message")
Expand Down

0 comments on commit dcccbfa

Please sign in to comment.