From 87fc519ce749c83c772c822a57fad9e248f22467 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Mon, 11 Nov 2024 17:54:56 -0800 Subject: [PATCH] Remove print --- libs/langgraph/langgraph/types.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/langgraph/langgraph/types.py b/libs/langgraph/langgraph/types.py index 3337fc601..d867d60be 100644 --- a/libs/langgraph/langgraph/types.py +++ b/libs/langgraph/langgraph/types.py @@ -317,7 +317,6 @@ def interrupt(value: Any) -> Any: from langgraph.utils.config import get_configurable conf = get_configurable() - print("interrupt", conf.get(CONFIG_KEY_RESUME_VALUE)) if (resume := conf.get(CONFIG_KEY_RESUME_VALUE, MISSING)) and resume is not MISSING: return resume else: