From 8d23929288d19cde58669d1828799ab840504626 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Tue, 27 Aug 2024 11:18:53 -0700 Subject: [PATCH] Remove print --- libs/checkpoint/langgraph/checkpoint/memory/__init__.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/libs/checkpoint/langgraph/checkpoint/memory/__init__.py b/libs/checkpoint/langgraph/checkpoint/memory/__init__.py index 03e1f7efa..3d69165c0 100644 --- a/libs/checkpoint/langgraph/checkpoint/memory/__init__.py +++ b/libs/checkpoint/langgraph/checkpoint/memory/__init__.py @@ -145,13 +145,6 @@ class MemorySaver( checkpoint, metadata, parent_checkpoint_id = checkpoints[checkpoint_id] writes = self.writes[(thread_id, checkpoint_ns, checkpoint_id)].values() if parent_checkpoint_id: - print( - [ - *self.writes[ - (thread_id, checkpoint_ns, parent_checkpoint_id) - ].values() - ] - ) sends = [ w[2] for w in self.writes[