Skip to content

Commit

Permalink
Remove pdbs
Browse files Browse the repository at this point in the history
  • Loading branch information
tianjing-li committed Nov 6, 2024
1 parent 0ab98c5 commit 88aaa85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/backend/services/conversation.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,6 @@ async def generate_conversation_title(
ctx=ctx,
)

import pdb
pdb.set_trace()

title = response.text
error = response.error
except Exception as e:
Expand Down
2 changes: 0 additions & 2 deletions src/backend/tests/integration/routers/test_conversation.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ def test_generate_title(
.filter_by(id=conversation.id, user_id=conversation.user_id)
.first()
)
import pdb
pdb.set_trace()
assert conversation is not None
assert conversation.title == response_json["title"]
assert response_json["error"] is None
Expand Down

0 comments on commit 88aaa85

Please sign in to comment.