Skip to content

Commit 7842440

Browse files
committed
chore: remove sync response logs in AuthorizedSession
1 parent 56b4d3b commit 7842440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/auth/transport/requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ def request(
545545
timeout=timeout,
546546
**kwargs
547547
)
548-
_helpers.response_log(_LOGGER, response)
548+
# _helpers.response_log(_LOGGER, response)
549549
remaining_time = guard.remaining_timeout
550550

551551
# If the response indicated that the credentials needed to be

0 commit comments

Comments
 (0)