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