Skip to content

Commit

Permalink
fix: remove gce log for expected 404 (#1491)
Browse files Browse the repository at this point in the history
  • Loading branch information
arithmetic1728 committed Mar 8, 2024
1 parent 57c0858 commit cb04e49
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions google/auth/compute_engine/_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,6 @@ def get(
content = _helpers.from_bytes(response.data)

if response.status == http_client.NOT_FOUND and return_none_for_not_found_error:
_LOGGER.debug(
"Compute Engine Metadata server call to %s returned 404, reason: %s",
path,
content,
)
return None

if response.status == http_client.OK:
Expand Down
Binary file modified system_tests/secrets.tar.enc
Binary file not shown.

0 comments on commit cb04e49

Please sign in to comment.