Skip to content

Commit cb04e49

Browse files
authoredMar 8, 2024··
fix: remove gce log for expected 404 (#1491)
1 parent 57c0858 commit cb04e49

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed
 

‎google/auth/compute_engine/_metadata.py

-5
Original file line numberDiff line numberDiff line change
@@ -222,11 +222,6 @@ def get(
222222
content = _helpers.from_bytes(response.data)
223223

224224
if response.status == http_client.NOT_FOUND and return_none_for_not_found_error:
225-
_LOGGER.debug(
226-
"Compute Engine Metadata server call to %s returned 404, reason: %s",
227-
path,
228-
content,
229-
)
230225
return None
231226

232227
if response.status == http_client.OK:

‎system_tests/secrets.tar.enc

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.