Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: remove logging
  • Loading branch information
sergio-toro committed Mar 20, 2025
commit 1cb549b86fd7d6e65874851bca63e72a92596ad6
2 changes: 0 additions & 2 deletions mem0/memory/graph_memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,6 @@ def _get_delete_entities_from_search_output(self, search_output, data, filters):
],
tools=_tools,
)

logger.debug(f"Memory updates: memory_updates={memory_updates}, search_output={search_output}, search_output_string={search_output_string}, user_prompt={user_prompt}")
to_be_deleted = []
for item in memory_updates["tool_calls"]:
if item["name"] == "delete_graph_memory":
Expand Down
Loading