Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
shihanwan committed Oct 16, 2024
1 parent 38af4c1 commit 4f2e657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memonto/core/retain.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def save_memory(
logger.debug(f"Data Graph\n{data.serialize(format='turtle')}\n")

# debug
_render(g=data, ns=namespaces, format="image")
# _render(g=data, ns=namespaces, format="image")

if not ephemeral:
hydrate_graph_with_ids(data)
Expand Down

0 comments on commit 4f2e657

Please sign in to comment.