Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 0664c3c

Browse files
committed
Remove debug noise
1 parent f9f82eb commit 0664c3c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bookserver/session.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ async def _load_user(user_id: str) -> AuthUserValidator:
4242
original web2py auth_user schema but make it easier to migrate to a new
4343
database by simply returning a user object.
4444
"""
45-
rslogger.debug(f"Going to fetch {user_id}")
4645
return await fetch_user(user_id)
4746

4847

0 commit comments

Comments
 (0)