From cd64075928dc177c753e89cffda2dbf6f2a5adb8 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Wed, 15 Jan 2025 13:49:33 -0800 Subject: [PATCH] Lint --- 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 9a94ad85a..076ee82f7 100644 --- a/libs/langgraph/langgraph/types.py +++ b/libs/langgraph/langgraph/types.py @@ -455,7 +455,6 @@ def interrupt(value: Any) -> Any: conf = get_config()["configurable"] # track interrupt index scratchpad: PregelScratchpad = conf[CONFIG_KEY_SCRATCHPAD] - print("interrupt", scratchpad) scratchpad["interrupt_counter"] += 1 idx = scratchpad["interrupt_counter"] # find previous resume values