Tiny nits

This commit is contained in:
Yuhong Sun
2025-01-30 14:17:05 -08:00
committed by Evan Lohn
parent 01e6e9a2ba
commit c43c2320e7
2 changed files with 2 additions and 3 deletions

View File

@@ -185,7 +185,6 @@ def get_chat_session(
user: User | None = Depends(current_chat_accesssible_user),
db_session: Session = Depends(get_session),
) -> ChatSessionDetailResponse:
print("get_chat_session called")
user_id = user.id if user is not None else None
try:
chat_session = get_chat_session_by_id(