diff --git a/memonto/core/retain.py b/memonto/core/retain.py index aad8967..e95e1ef 100644 --- a/memonto/core/retain.py +++ b/memonto/core/retain.py @@ -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)