From 06f83710c8bce3437dde99f704202469a10f9f78 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Thu, 18 Jul 2024 15:49:50 -0700 Subject: [PATCH] Lint --- libs/langgraph/langgraph/pregel/debug.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libs/langgraph/langgraph/pregel/debug.py b/libs/langgraph/langgraph/pregel/debug.py index 33b7f440e..5a317bb26 100644 --- a/libs/langgraph/langgraph/pregel/debug.py +++ b/libs/langgraph/langgraph/pregel/debug.py @@ -70,8 +70,6 @@ def map_debug_tasks( if config is not None and TAG_HIDDEN in config.get("tags", []): continue - print("map_debug_tasks", json.dumps((name, step, config["metadata"]))) - yield { "type": "task", "timestamp": ts, @@ -97,8 +95,6 @@ def map_debug_task_results( if config is not None and TAG_HIDDEN in config.get("tags", []): continue - print("map_debug_tasks_r", json.dumps((name, step, config["metadata"]))) - yield { "type": "task_result", "timestamp": ts,