mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-22 12:18:09 +00:00
Remove error log line for payload inclusion
This commit is contained in:
parent
1e3f452d15
commit
cafe1b0655
1 changed files with 0 additions and 1 deletions
|
@ -237,7 +237,6 @@ async def auth(request: Request):
|
|||
|
||||
if verified_data.status_code != 200:
|
||||
logger.error(f"Token request failed: {verified_data.text}")
|
||||
logger.error(f"Payload sent: {payload}")
|
||||
try:
|
||||
error_json = verified_data.json()
|
||||
logger.error(f"Error response JSON for Google verification: {error_json}")
|
||||
|
|
Loading…
Reference in a new issue