diff --git a/sigstore/_internal/oidc/oauth.py b/sigstore/_internal/oidc/oauth.py index b6ae51fac..680259a99 100644 --- a/sigstore/_internal/oidc/oauth.py +++ b/sigstore/_internal/oidc/oauth.py @@ -249,7 +249,7 @@ def get_identity_token(client_id: str, client_secret: str, issuer: Issuer) -> st client_id, client_secret, ) - logging.debug(f"PAYLOAD: data={data}, auth={auth}") + logging.debug(f"PAYLOAD: data={data}") resp: requests.Response = requests.post( issuer.token_endpoint, data=data,