diff --git a/src/khoj/routers/auth.py b/src/khoj/routers/auth.py index 03cb174e..e5202f5b 100644 --- a/src/khoj/routers/auth.py +++ b/src/khoj/routers/auth.py @@ -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}")