Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
shihanwan committed Oct 16, 2024
1 parent 5b0eedb commit ca4c558
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 @@ -180,7 +180,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 ca4c558

Please sign in to comment.