diff --git a/soul_diary/ui/app/backend/base.py b/soul_diary/ui/app/backend/base.py index 6f2d246..9b6609f 100644 --- a/soul_diary/ui/app/backend/base.py +++ b/soul_diary/ui/app/backend/base.py @@ -122,7 +122,6 @@ class BaseBackend: body: str, desires: str, ) -> Sense: - breakpoint() data = { "emotions": emotions, "feelings": feelings,