Skip to content

Commit

Permalink
removed unneeded log
Browse files Browse the repository at this point in the history
  • Loading branch information
josancamon19 committed Oct 31, 2024
1 parent 130a67a commit 3530814
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/database/memories.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ def update_memory_title(uid: str, memory_id: str, title: str):
memory_ref.update({'structured.title': title})


# memory = get_memory('TtCJi59JTVXHmyUC6vUQ1d9U6cK2', '0a17a8c6-3bbf-448c-b619-a40c6d696b45')
# print(json.dumps(memory['transcript_segments']))


def delete_memory(uid, memory_id):
user_ref = db.collection('users').document(uid)
memory_ref = user_ref.collection('memories').document(memory_id)
Expand Down

0 comments on commit 3530814

Please sign in to comment.