Skip to content

Commit

Permalink
Remove error log line for payload inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
sabaimran committed Dec 18, 2024
1 parent 1e3f452 commit cafe1b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/khoj/routers/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit cafe1b0

Please sign in to comment.