mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-28 10:49:56 +02:00
langgraph: remove print (#2640)
This commit is contained in:
@@ -350,7 +350,6 @@ def interrupt(value: Any) -> Any:
|
||||
if tid == NULL_TASK_ID and c == RESUME:
|
||||
assert len(scratchpad["resume"]) == idx, (scratchpad["resume"], idx)
|
||||
scratchpad["resume"].append(v)
|
||||
print("saving:", scratchpad["resume"])
|
||||
conf[CONFIG_KEY_SEND]([(RESUME, scratchpad["resume"])])
|
||||
return v
|
||||
# no resume value found
|
||||
|
||||
Reference in New Issue
Block a user