mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
remove printstring
This commit is contained in:
parent
acf41dfe2c
commit
abb7b8b1d8
1 changed files with 0 additions and 1 deletions
|
@ -109,7 +109,6 @@ def generate_token(
|
|||
return {"error": "No policies matched minion"}
|
||||
|
||||
log.trace("Sending token creation request to Vault")
|
||||
log.error(f"url: {url} headers: {headers} payload: {payload} verify: {verify}")
|
||||
response = requests.post(url, headers=headers, json=payload, verify=verify)
|
||||
|
||||
if response.status_code != 200:
|
||||
|
|
Loading…
Add table
Reference in a new issue