From ca4c5588ecbcc7cbea7d08e0806f54dafe9ec82d Mon Sep 17 00:00:00 2001 From: shihanwan Date: Tue, 15 Oct 2024 21:40:40 -0400 Subject: [PATCH] remove debug code --- memonto/core/retain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)