Skip to content

Commit

Permalink
removed unneccessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Jura committed Jan 14, 2025
1 parent 6588c63 commit 0982f89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,6 @@ def server() -> ServerSchema:
@app.post("/api/login", response_model=LoginSchema, tags=["stable"])
async def login(request: Request, response: Response) -> LoginSchema:
token = await request.json()
logging.error("LOGGING BEJBE")
if token["refresh_token"]:
response.set_cookie(
key="refresh_token",
Expand Down

0 comments on commit 0982f89

Please sign in to comment.